Comment 5 for bug 1391235

Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote :

Verified on ISO MOS 6.0 #56:
{"build_id": "2014-12-18_01-32-01", "ostf_sha": "a9afb68710d809570460c29d6c3293219d3624d4", "build_number": "56", "auth_required": true, "api": "1.0", "nailgun_sha": "5f91157daa6798ff522ca9f6d34e7e135f150a90", "production": "docker", "fuelmain_sha": "45caacadb878abfbd9d60e134d72229698b469c9", "astute_sha": "16b252d93be6aaa73030b8100cf8c5ca6a970a91", "feature_groups": ["mirantis"], "release": "6.0", "release_versions": {"2014.2-6.0": {"VERSION": {"build_id": "2014-12-18_01-32-01", "ostf_sha": "a9afb68710d809570460c29d6c3293219d3624d4", "build_number": "56", "api": "1.0", "nailgun_sha": "5f91157daa6798ff522ca9f6d34e7e135f150a90", "production": "docker", "fuelmain_sha": "45caacadb878abfbd9d60e134d72229698b469c9", "astute_sha": "16b252d93be6aaa73030b8100cf8c5ca6a970a91", "feature_groups": ["mirantis"], "release": "6.0", "fuellib_sha": "73332192a257ea02c40a39885c502ad1ebdf3eda"}}}, "fuellib_sha": "73332192a257ea02c40a39885c502ad1ebdf3eda"}

Steps To Verify:
1. Configure OpenStack cloud with HA mode, 1 controller + 2 compute, Ceph + Cinder, Swift + Glance, Neutron GRE.
2. Deploy this cloud.
3. Check 'cat /etc/glance/glance-api.conf /etc/glance/glance-registry.conf | grep identity_uri'

Observed Result:
In conf file /etc/glance/glance-api.conf we can see
...
[keystone_authtoken]
identity_uri = http://192.168.0.1:35357/
...

In file /etc/glance/glance-registry.conf we can see:
...
[keystone_authtoken]
identity_uri = http://192.168.0.1:35357/
...

Output:
root@node-1:~# cat /etc/glance/glance-api.conf /etc/glance/glance-registry.conf | grep identity_uri
identity_uri = http://192.168.0.1:35357/
identity_uri = http://192.168.0.1:35357/
root@node-1:~# cat /etc/glance/glance-api.conf /etc/glance/glance-registry.conf | grep auth_host
auth_host=192.168.0.1
auth_host=192.168.0.1