Rearranging Nova values to the same order as heat or glance.
The correct order is: 1. Replicas, 2. Lables 3. Images Change-Id: Ib76dcfc9ad14890f42ad6624817ddb16f1ed16c7
This commit is contained in:
parent
80cd608f3d
commit
ee3a370948
@ -17,6 +17,13 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
replicas:
|
||||||
|
api_metadata: 1
|
||||||
|
osapi: 1
|
||||||
|
conductor: 1
|
||||||
|
consoleauth: 1
|
||||||
|
scheduler: 1
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
agent:
|
agent:
|
||||||
compute:
|
compute:
|
||||||
@ -44,13 +51,6 @@ labels:
|
|||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
node_selector_value: enabled
|
node_selector_value: enabled
|
||||||
|
|
||||||
replicas:
|
|
||||||
api_metadata: 1
|
|
||||||
osapi: 1
|
|
||||||
conductor: 1
|
|
||||||
consoleauth: 1
|
|
||||||
scheduler: 1
|
|
||||||
|
|
||||||
images:
|
images:
|
||||||
db_init: docker.io/kolla/ubuntu-source-nova-api:3.0.3
|
db_init: docker.io/kolla/ubuntu-source-nova-api:3.0.3
|
||||||
db_sync: docker.io/kolla/ubuntu-source-nova-api:3.0.3
|
db_sync: docker.io/kolla/ubuntu-source-nova-api:3.0.3
|
||||||
|
Loading…
Reference in New Issue
Block a user