diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-07-22 06:55:32 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-07-22 06:55:32 +0000 |
commit | 69c5c4e5debce5cb325e00e89289889d08740cbb (patch) | |
tree | 3de529a551ddfc44930e3a020fd53c9706f61f7e /nova-compute-config.yaml | |
parent | 719b82a658740b7a321ae6b81e13206bd096539b (diff) | |
parent | 379d91077e2ce5393dbbb6d0232300fea0aeebec (diff) |
Merge "expose glance_port,protocol as glance.port,protocol"
Diffstat (limited to 'nova-compute-config.yaml')
-rw-r--r-- | nova-compute-config.yaml | 2 |
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: |