From ee3a3709481aeef92d15e7fdbb3a5af6af85c0f2 Mon Sep 17 00:00:00 2001 From: rwellum Date: Wed, 24 May 2017 09:43:52 -0400 Subject: [PATCH] Rearranging Nova values to the same order as heat or glance. The correct order is: 1. Replicas, 2. Lables 3. Images Change-Id: Ib76dcfc9ad14890f42ad6624817ddb16f1ed16c7 --- nova/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nova/values.yaml b/nova/values.yaml index 32fb23066f..e259262b84 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -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