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:
rwellum 2017-05-24 09:43:52 -04:00
parent 80cd608f3d
commit ee3a370948

View File

@ -17,6 +17,13 @@
# Declare name/value pairs to be passed into your templates.
# name: value
replicas:
api_metadata: 1
osapi: 1
conductor: 1
consoleauth: 1
scheduler: 1
labels:
agent:
compute:
@ -44,13 +51,6 @@ labels:
node_selector_key: openstack-control-plane
node_selector_value: enabled
replicas:
api_metadata: 1
osapi: 1
conductor: 1
consoleauth: 1
scheduler: 1
images:
db_init: docker.io/kolla/ubuntu-source-nova-api:3.0.3
db_sync: docker.io/kolla/ubuntu-source-nova-api:3.0.3