Adding a todo

This commit is contained in:
Joshua McKenty 2013-12-09 09:53:37 -08:00
parent 2df2b47b4e
commit 613e4a9a14
2 changed files with 15 additions and 1 deletions

View File

@ -5,3 +5,17 @@ Vendor-facing API for registration of interop-compliance endpoints and credentia
Running at http://refstack.org
See (living) documentation at https://etherpad.openstack.org/RefStackBlueprint
TODO:
=====
Metadata gathering:
- Number of nodes
- vCPUs
- Distro
- Deployment approach
- RAM
Plugins:
- Cinder
- Neutron

View File

@ -166,7 +166,7 @@ class TempestConfig(object):
self.config['image'] = {
'catalog_type': 'image',
'api_version': 1,
'http_image': 'ttp://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz'}
'http_image': 'http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz'}
self.config['network'] = {
'catalog_type': 'network',