X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nova-compute-config.yaml;h=cb428ea614cb1041aa4b3accd1f4efd5dbd9349a;hb=bf62abdc07ec9255122ff1a9155cf9fb809cda09;hp=c4264430097eee6e2bb8e184f5381e10153c100c;hpb=ecae0b0ba922f451ee153807d4fcb42e7ac768cd;p=apex-tripleo-heat-templates.git diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml index c4264430..cb428ea6 100644 --- a/nova-compute-config.yaml +++ b/nova-compute-config.yaml @@ -1,7 +1,7 @@ -Resources: +resources: NovaComputeConfig: - Type: OS::Heat::StructuredConfig - Properties: + type: OS::Heat::StructuredConfig + properties: group: os-apply-config config: nova: @@ -40,7 +40,8 @@ Resources: service-password: {get_input: neutron_password} admin-password: {get_input: admin_password} rabbit: - username: {get_input: rabbit_user_name} + host: {get_input: rabbit_host} + username: {get_input: rabbit_username} password: {get_input: rabbit_password} live-update: host: {get_input: live_update_host} @@ -54,7 +55,7 @@ Resources: servers: - {server: {get_input: ntp_server}, fudge: "stratum 0"} NovaComputePassthrough: - Type: OS::Heat::StructuredConfig - Properties: + type: OS::Heat::StructuredConfig + properties: group: os-apply-config config: {get_input: passthrough_config}