Description of problem: After installing quantum according to the Getting Started Guide, the quantum-l3-agent repeatedly logs errors with "EndpointNotFound: Could not find Service or Region in Service Catalog." to /var/log/quantum/l3-agent.log. When "keystone endpoint-create" is run to create the quantum server's, the region defaults to "regionOne", but the auth_region variable in /usr/share/quantum/quantum-dist.conf specifies the region as "RegionOne". Note that the comment in /etc/quantum/quantum.conf also shows the wrong value for auth_region. Possibly the following should all be removed from /usr/share/quantum/quantum-dist.conf: # configuration for agents to access quantum client API auth_url = http://localhost:35357/v2.0 auth_region = RegionOne admin_tenant_name = %SERVICE_TENANT_NAME% admin_user = %SERVICE_USER% admin_password = %SERVICE_PASSWORD% Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Configure quantum according to the Getting Started Guide, not passing "--region RegionOne" to "keystone endpoint-create" as was specified in previous documentation. 2. Configure and start quantum-l3-agent. 3. Check /var/log/quantum/l3-agent.log for errors. Actual results: Errors are logged. Expected results: No errors are logged. Additional info:
Section mentioned in description was already removed since Neutron.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html