From b5a54bf9852ab24c8c7e0501b258b9fa26e2ad01 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 23 Aug 2016 16:09:03 -0400 Subject: Update authtoken parameters to match recent changes Update authtoken parameters for: - Aodh - Ironic - Manila - Nova - Ceilometer Change-Id: Ie123b8da1a7af2e406aadca4775de9e8c4e6e1f5 --- puppet/controller.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'puppet/controller.yaml') diff --git a/puppet/controller.yaml b/puppet/controller.yaml index a1cc8dba..75b412aa 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -715,11 +715,8 @@ resources: # Nova nova::upgrade_level_compute: {get_input: upgrade_level_nova_compute} nova::use_ipv6: {get_input: nova_ipv6} - nova::api::auth_uri: {get_input: keystone_auth_uri} - nova::api::identity_uri: {get_input: keystone_identity_uri} nova::api::api_bind_address: {get_input: nova_api_network} nova::api::metadata_listen: {get_input: nova_metadata_network} - nova::api::admin_password: {get_input: nova_password} nova::glance_api_servers: {get_input: glance_api_servers} nova::api::neutron_metadata_proxy_shared_secret: {get_input: neutron_metadata_proxy_shared_secret} nova::api::instance_name_template: {get_input: instance_name_template} -- cgit 1.2.3-korg