From 47b2bcd03f86006ace71c49429d7f515f0483f1e Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 10 Mar 2015 16:15:34 +0000 Subject: Fix region typo --- openstack/etc/neutron/metadata_agent.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/etc/neutron/metadata_agent.ini b/openstack/etc/neutron/metadata_agent.ini index 6a3d0102..688dbbc5 100644 --- a/openstack/etc/neutron/metadata_agent.ini +++ b/openstack/etc/neutron/metadata_agent.ini @@ -5,7 +5,7 @@ verbose = True # The Neutron user information for accessing the Neutron API. auth_url = ##KEYSTONE_INTERNAL_URL## -auth_region = RegionOne +auth_region = regionOne # Turn off verification of the certificate for ssl # auth_insecure = False # Certificate Authority public key (CA cert) file for ssl -- cgit v1.2.1