Wrong public endpoint for Sahara

Bug #1383256 reported by Yaroslav Lobankov
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
High
Denis Egorenko
5.0.x
Fix Committed
High
Denis Egorenko
5.1.x
Fix Released
High
Denis Egorenko
6.0.x
Fix Released
High
Denis Egorenko

Bug Description

ISO:
{"build_id": "2014-10-16_20-18-23", "ostf_sha": "de177931b53fbe9655502b73d03910b8118e25f1", "build_number": "75", "auth_required": true, "api": "1.0", "nailgun_sha": "0f6314e60808f84ab7eb86a1da57f91fd569f77a", "production": "docker", "fuelmain_sha": "5cf06aac43ccb4a6031fbfa87ff9f9a729314daa", "astute_sha": "c3e7c7a18528cf9acca48021488a93dff74f5c97", "feature_groups": ["mirantis"], "release": "6.0", "release_versions": {"2014.2-6.0": {"VERSION": {"build_id": "2014-10-16_20-18-23", "ostf_sha": "de177931b53fbe9655502b73d03910b8118e25f1", "build_number": "75", "api": "1.0", "nailgun_sha": "0f6314e60808f84ab7eb86a1da57f91fd569f77a", "production": "docker", "fuelmain_sha": "5cf06aac43ccb4a6031fbfa87ff9f9a729314daa", "astute_sha": "c3e7c7a18528cf9acca48021488a93dff74f5c97", "feature_groups": ["mirantis"], "release": "6.0", "fuellib_sha": "aaffaab911edc5720be4bdc7e6369e6ab927d662"}}}, "fuellib_sha": "aaffaab911edc5720be4bdc7e6369e6ab927d662"}

ENVIRONMENT:
OpenStack Release: Juno on CentOS 6.5
Deployment Mode: Multi-node
Network: Neutron with GRE segmentation

HOW TO REPRODUCE:
1. Go to the controller of the OpenStack cluster.
2. Execute command "source openrc".
3. Execute command "nova endpoints".

EXPECTED RESULT:
Public endpoint for Sahara has public IP.

OBSERVED RESULT:
Public endpoint for Sahara has internal IP.

Tags: sahara juno
Changed in mos:
milestone: none → 6.0
assignee: nobody → Denis Egorenko (degorenko)
importance: Undecided → High
status: New → In Progress
Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote :

Looks like this issue reproduced in MOS 5.1.x too, need to fix it in 5.1.1

no longer affects: mos/6.0.x
no longer affects: mos/5.1.x
no longer affects: mos
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (stable/5.1)

Fix proposed to branch: stable/5.1
Review: https://review.openstack.org/130710

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (stable/5.0)

Fix proposed to branch: stable/5.0
Review: https://review.openstack.org/130859

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/129588
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=6546acf459c76a5c052a348ec11610e0bd993120
Submitter: Jenkins
Branch: master

commit 6546acf459c76a5c052a348ec11610e0bd993120
Author: Denis Egorenko <email address hidden>
Date: Mon Oct 20 15:52:55 2014 +0400

    Fix wrong public endpoint for Sahara

    Sahara endpoint in keystone has internal IP instead public IP
    Closes-bug: #1383256

    Change-Id: I2b0e0d38b799bf36d38e0298012b0f7f7be03770

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
Anastasia Palkina (apalkina) wrote :

Verified on ISO #66

"build_id": "2014-10-31_00-32-30", "ostf_sha": "9c6fadca272427bb933bc459e14bb1bad7f614aa", "build_number": "66", "auth_required": true, "api": "1.0", "nailgun_sha": "07d900562d02ac0b1450c47adea875bbdd4d3af0", "production": "docker", "fuelmain_sha": "fc69c67750a511e27e59c259603626a0b14f5012", "astute_sha": "c72dac7b31646fbedbfc56a2a87676c6d5713fcf", "feature_groups": ["mirantis"], "release": "6.0", "release_versions": {"2014.2-6.0": {"VERSION": {"build_id": "2014-10-31_00-32-30", "ostf_sha": "9c6fadca272427bb933bc459e14bb1bad7f614aa", "build_number": "66", "api": "1.0", "nailgun_sha": "07d900562d02ac0b1450c47adea875bbdd4d3af0", "production": "docker", "fuelmain_sha": "fc69c67750a511e27e59c259603626a0b14f5012", "astute_sha": "c72dac7b31646fbedbfc56a2a87676c6d5713fcf", "feature_groups": ["mirantis"], "release": "6.0", "fuellib_sha": "ca3ac8d6aa5e3f41ad2720453716add07451f71e"}}}, "fuellib_sha": "ca3ac8d6aa5e3f41ad2720453716add07451f71e"

+-------------+---------------------------------------------------------------+
| sahara | Value |
+-------------+---------------------------------------------------------------+
| adminURL | http://192.168.0.5:8386/v1.1/f21f0145b175480ea65d619ba46fce3f |
| id | 36754d852e3248a39cb9f7e59fd201e2 |
| internalURL | http://192.168.0.5:8386/v1.1/f21f0145b175480ea65d619ba46fce3f |
| publicURL | http://172.16.0.4:8386/v1.1/f21f0145b175480ea65d619ba46fce3f |
| region | RegionOne |
+-------------+---------------------------------------------------------------+

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/5.0)

Reviewed: https://review.openstack.org/130859
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=bfb24e1805b26124a78712d58e9b0bab28644780
Submitter: Jenkins
Branch: stable/5.0

commit bfb24e1805b26124a78712d58e9b0bab28644780
Author: Denis Egorenko <email address hidden>
Date: Mon Oct 20 15:52:55 2014 +0400

    Fix wrong public endpoint for Sahara

    Sahara endpoint in keystone has internal IP instead public IP
    Closes-bug: #1383256

    Change-Id: I2b0e0d38b799bf36d38e0298012b0f7f7be03770

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/5.1)

Reviewed: https://review.openstack.org/130710
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=e6194bcce7ddf11df46ab628c74804ffd619f84e
Submitter: Jenkins
Branch: stable/5.1

commit e6194bcce7ddf11df46ab628c74804ffd619f84e
Author: Denis Egorenko <email address hidden>
Date: Mon Oct 20 15:52:55 2014 +0400

    Fix wrong public endpoint for Sahara

    Sahara endpoint in keystone has internal IP instead public IP
    Closes-bug: #1383256

    Change-Id: I2b0e0d38b799bf36d38e0298012b0f7f7be03770

Revision history for this message
Anastasia Palkina (apalkina) wrote :

Verified on ISO #17

"build_id": "2014-11-16_21-00-23", "ostf_sha": "64cb59c681658a7a55cc2c09d079072a41beb346", "build_number": "17", "auth_required": true, "api": "1.0", "nailgun_sha": "2fc6fc4261092a591779a8fb7e3fb1623c6abb85", "production": "docker", "fuelmain_sha": "b118fa4475833ce031ef189ce280772c676fa1c9", "astute_sha": "702af3db6f5bca92525bc8322d7d5d7675ec857e", "feature_groups": ["mirantis"], "release": "5.1.1", "release_versions": {"2014.1.3-5.1.1": {"VERSION": {"build_id": "2014-11-16_21-00-23", "ostf_sha": "64cb59c681658a7a55cc2c09d079072a41beb346", "build_number": "17", "api": "1.0", "nailgun_sha": "2fc6fc4261092a591779a8fb7e3fb1623c6abb85", "production": "docker", "fuelmain_sha": "b118fa4475833ce031ef189ce280772c676fa1c9", "astute_sha": "702af3db6f5bca92525bc8322d7d5d7675ec857e", "feature_groups": ["mirantis"], "release": "5.1.1", "fuellib_sha": "0d3909b9a291880af28dbe48b9c7d25215aa98ea"}}}, "fuellib_sha": "0d3909b9a291880af28dbe48b9c7d25215aa98ea"

+-------------+---------------------------------------------------------------+
| sahara | Value |
+-------------+---------------------------------------------------------------+
| adminURL | http://192.168.0.1:8386/v1.1/ae44beb8264241eeabbf580d1a244c12 |
| id | 1f995bf9eb5e4e52bd4afa4fd71492c8 |
| internalURL | http://192.168.0.1:8386/v1.1/ae44beb8264241eeabbf580d1a244c12 |
| publicURL | http://172.16.0.2:8386/v1.1/ae44beb8264241eeabbf580d1a244c12 |
| region | RegionOne |
+-------------+---------------------------------------------------------------+

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.