diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-14 00:38:20 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-14 00:38:20 +0000 |
commit | fab8f5226376c62848fb73df8eddea398ef63be1 (patch) | |
tree | b117d3824bb2eda1495d23fdb34cea81d5a935b3 /puppet | |
parent | 47b26212dec12758e5f8f0bf2c07246d08d3c858 (diff) | |
parent | ca843e18824f8ff5bfe2f576ad2afb894a16d2f4 (diff) |
Merge "Configure the placement API's interface to use the internal endpoint"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/nova-base.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/nova-base.yaml b/puppet/services/nova-base.yaml index d6190be8..5b9fb769 100644 --- a/puppet/services/nova-base.yaml +++ b/puppet/services/nova-base.yaml @@ -115,6 +115,11 @@ parameters: description: > Cron to move deleted instances to another table - Until complete default: false + NovaPlacementAPIInterface: + type: string + description: > + Endpoint interface to be used for the placement API. + default: 'internal' conditions: @@ -136,6 +141,7 @@ outputs: nova::placement::password: {get_param: NovaPassword} nova::placement::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]} nova::placement::os_region_name: {get_param: KeystoneRegion} + nova::placement::os_interface: {get_param: NovaPlacementAPIInterface} nova::database_connection: list_join: - '' |