Adding a todo
This commit is contained in:
parent
2df2b47b4e
commit
613e4a9a14
14
README.md
14
README.md
@ -5,3 +5,17 @@ Vendor-facing API for registration of interop-compliance endpoints and credentia
|
|||||||
|
|
||||||
Running at http://refstack.org
|
Running at http://refstack.org
|
||||||
See (living) documentation at https://etherpad.openstack.org/RefStackBlueprint
|
See (living) documentation at https://etherpad.openstack.org/RefStackBlueprint
|
||||||
|
|
||||||
|
TODO:
|
||||||
|
=====
|
||||||
|
|
||||||
|
Metadata gathering:
|
||||||
|
- Number of nodes
|
||||||
|
- vCPUs
|
||||||
|
- Distro
|
||||||
|
- Deployment approach
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
Plugins:
|
||||||
|
- Cinder
|
||||||
|
- Neutron
|
||||||
|
@ -166,7 +166,7 @@ class TempestConfig(object):
|
|||||||
self.config['image'] = {
|
self.config['image'] = {
|
||||||
'catalog_type': 'image',
|
'catalog_type': 'image',
|
||||||
'api_version': 1,
|
'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'] = {
|
self.config['network'] = {
|
||||||
'catalog_type': 'network',
|
'catalog_type': 'network',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user