Bug 1080646
Summary: | admin_password not set in /etc/neutron/metadata_agent.ini | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Steve Reichard <sreichar> |
Component: | openstack-foreman-installer | Assignee: | Jiri Stransky <jstransk> |
Status: | CLOSED DUPLICATE | QA Contact: | Ami Jeain <ajeain> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.0 | CC: | morazi, rhos-maint, yeylon |
Target Milestone: | z4 | Keywords: | ZStream |
Target Release: | 4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-03-28 13:15:45 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1040649, 1104759 |
Description
Steve Reichard
2014-03-25 21:03:10 UTC
I think this has already been fixed upstream as bug 1055852: https://github.com/redhat-openstack/astapor/commit/cefe430dbc8e66f37be11aaa35d86a7a91916f1c The relevant part of metadata_agent.ini that got generated for me: auth_url = http://192.168.122.10:35357/v2.0 auth_region = RegionOne admin_tenant_name = services admin_user = neutron admin_password = 07275844ee5ee784f010d5ac504f4be6 (The "07275844ee5ee784f010d5ac504f4be6" string is what i have in "neutron_user_password" parameter in Foreman.) I used Astapor master but openstack-foreman-installer-1.0.5-1.el6ost.noarch (from 2014-03-18.2 build) seems to have the fixed code present too. *** This bug has been marked as a duplicate of bug 1055852 *** I just installed a local environment to check. I see them set to the following. Tried googling to see if this is valid. But haven't found it. admin_tenant_name = %SERVICE_TENANT_NAME% admin_user = %SERVICE_USER% admin_password = %SERVICE_PASSWORD% Hmm no that doesn't seem valid to me. Two things to check come to my mind: * Are you using a recent RHOS build? * I think the neutron-metadata-agent service is only configured to run on Networker node. Maybe you were looking at the Controller node instead? you are correct, I was looking on the wrong node. On the networker, things do look good. Thank you |