From 29effc3e852df4870fcf035a1709cbcbe7da209a Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 27 Jan 2015 12:45:08 +0000 Subject: Fix neutron, nova and glance configuration --- openstack/etc/neutron/metadata_agent.ini | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'openstack/etc/neutron/metadata_agent.ini') diff --git a/openstack/etc/neutron/metadata_agent.ini b/openstack/etc/neutron/metadata_agent.ini index fb5ebffb..6a3d0102 100644 --- a/openstack/etc/neutron/metadata_agent.ini +++ b/openstack/etc/neutron/metadata_agent.ini @@ -1,23 +1,24 @@ [DEFAULT] # Show debugging output in log (sets DEBUG log level output) -# debug = True +debug = True +verbose = True # The Neutron user information for accessing the Neutron API. -auth_url = http://127.0.0.1:5000/v2.0 +auth_url = ##KEYSTONE_INTERNAL_URL## auth_region = RegionOne # Turn off verification of the certificate for ssl # auth_insecure = False # Certificate Authority public key (CA cert) file for ssl # auth_ca_cert = -admin_tenant_name = %SERVICE_TENANT_NAME% -admin_user = %SERVICE_USER% -admin_password = %SERVICE_PASSWORD% +admin_tenant_name = service +admin_user = ##NEUTRON_SERVICE_USER## +admin_password = ##NEUTRON_SERVICE_PASSWORD## # Network service endpoint type to pull from the keystone catalog # endpoint_type = adminURL # IP address used by Nova metadata server -# nova_metadata_ip = 127.0.0.1 +nova_metadata_ip = ##NOVA_HOST## # TCP Port used by Nova metadata server # nova_metadata_port = 8775 @@ -40,7 +41,7 @@ admin_password = %SERVICE_PASSWORD% # shared secret to prevent spoofing. You may select any string for a secret, # but it must match here and in the configuration used by the Nova Metadata # Server. NOTE: Nova uses a different key: neutron_metadata_proxy_shared_secret -# metadata_proxy_shared_secret = +metadata_proxy_shared_secret = ##METADATA_PROXY_SHARED_SECRET## # Location of Metadata Proxy UNIX domain socket # metadata_proxy_socket = $state_path/metadata_proxy -- cgit v1.2.1