fix a typo in ceph+openstack flavor conf file
Change-Id: If6457199a58a80cb2322bf38c17b11bb07a1c90d
This commit is contained in:
parent
3327480a8f
commit
24faf754bd
@ -12,10 +12,11 @@ FLAVORS = [
|
||||
'os-ceph-block-storage-controller', 'os-ceph-image', 'os-dashboard'
|
||||
]
|
||||
}, {
|
||||
'flavor': 'ceph_openstack_single_controller',
|
||||
'flavor': 'ceph_openstack_single_controller',
|
||||
'display_name': 'Single controller Ceph+OpenStack Cluster',
|
||||
'template': 'multinodes.tmpl',
|
||||
'roles': [
|
||||
'os-ceph-controller', 'ceph-os-mon', 'ceph-osd', 'ceph-mds', 'ceph-os-radosgw',
|
||||
'os-ceph-compute-worker', 'os-network-worker'
|
||||
]
|
||||
}]
|
||||
|
Loading…
Reference in New Issue
Block a user