aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Moore <ryan.moore@hp.com>2014-07-11 14:51:39 +0100
committerRyan Moore <ryan.moore@hp.com>2014-07-11 15:05:56 +0100
commit379d91077e2ce5393dbbb6d0232300fea0aeebec (patch)
treeb0a751c3397e8d321cc8d6faa99cdde42d858cd5
parent2c982451e6e0ff6a9537cc56324ba6d0d4986712 (diff)
expose glance_port,protocol as glance.port,protocol
These values are available in metadata with underscores but they are accessed by nova with dots. Make them available with dots. Required by: Idccc0d60c9f6b17a853c6de1bbea64bfc7e028b2 Change-Id: I5fe952f850339465de128e56e45c9bbda011ce7f
-rw-r--r--nova-compute-config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml
index 6c6f7dc8..c4264430 100644
--- a/nova-compute-config.yaml
+++ b/nova-compute-config.yaml
@@ -21,6 +21,8 @@ Resources:
readonly_user_password: {get_input: snmpd_readonly_user_password}
glance:
host: {get_input: glance_host}
+ port: {get_input: glance_port}
+ protocol: {get_input: glance_protocol}
keystone:
host: {get_input: keystone_host}
neutron: