Bug 1332142 - endpoint swift_s3 service belongs to "regionOne" (not "RegionOne")
Summary: endpoint swift_s3 service belongs to "regionOne" (not "RegionOne")
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-packstack
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: async
: ---
Assignee: Ivan Chavero
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-02 11:14 UTC by Martin Pavlásek
Modified: 2016-05-25 21:03 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-25 21:03:43 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Martin Pavlásek 2016-05-02 11:14:44 UTC
Description of problem:
When packstack creates services, there is one exception, that doesn't belongs to same region as all others. The name of regions is case-sensitive, so it matters.

After discussion in bug RHBZ#1273945 [1], I've created a new one to not bother real content by mess/noise.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1273945

Version-Release number of selected component (if applicable):
RHEL 7.2
openstack-packstack-puppet-2015.1-0.16.dev1589.g1d6372f.el7ost.noarch
openstack-packstack-2015.1-0.16.dev1589.g1d6372f.el7ost.noarch

How reproducible:
100%

Steps to Reproduce:
1. source keystonerc_admin generated by packstack
2. list all endpoints and services to figure out name of the service (find "<<<<<< This line")
$ keystone endpoint-list
+----------------------------------+-----------+------------------------------------------------+------------------------------------------------+-------------------------------------------+----------------------------------+
|                id                |   region  |                   publicurl                    |                  internalurl                   |                  adminurl                 |            service_id            |
+----------------------------------+-----------+------------------------------------------------+------------------------------------------------+-------------------------------------------+----------------------------------+
| 0e554b1e1ed64a2aa45e676dea821acc | RegionOne |            http://127.0.0.1:8774/v3            |            http://127.0.0.1:8774/v3            |          http://127.0.0.1:8774/v3         | a24afeebb23b4958ad0d77193a37bc42 |
| 162730bddcdd49e481f233b37b0c5184 | RegionOne |   http://172.16.32.11:8776/v2/%(tenant_id)s    |   http://172.16.32.11:8776/v2/%(tenant_id)s    | http://172.16.32.11:8776/v2/%(tenant_id)s | a70b3115e9ee4593871b339c7c0c927c |
| 2fc1ddfe42944f5ba088f9b9e8a832fb | RegionOne |            http://172.16.32.11:9292            |            http://172.16.32.11:9292            |          http://172.16.32.11:9292         | ec94b7e15349490285d8ac736068a41b |
| 31bdc27e00a44b719f983e45b4102e8f | RegionOne |          http://172.16.32.11:8000/v1           |          http://172.16.32.11:8000/v1           |        http://172.16.32.11:8000/v1        | 598fb6c8cc9a47cf9e33af9257d231c6 |
| 393629d4188f4a94be054b0887aa577a | RegionOne |    http://172.16.32.11:8773/services/Cloud     |    http://172.16.32.11:8773/services/Cloud     |  http://172.16.32.11:8773/services/Admin  | c7136ce160a24d36b1e3e14803d92029 |
| 5a2f0f57da7f408e876d75b826b6576f | RegionOne |         http://172.16.32.11:5000/v2.0          |         http://172.16.32.11:5000/v2.0          |       http://172.16.32.11:35357/v2.0      | d7bf0ad168e7477bb0ba46847ec281b9 |
| 7fddfabcfa214bbba72ebe33f1bfd046 | RegionOne |   http://172.16.32.11:8004/v1/%(tenant_id)s    |   http://172.16.32.11:8004/v1/%(tenant_id)s    | http://172.16.32.11:8004/v1/%(tenant_id)s | dc9afa797d1a4b9da6171b4ccd663519 |
| 9a3fd94111f0458da96ac4a29cd4e49e | RegionOne |            http://172.16.32.11:9696            |            http://172.16.32.11:9696            |          http://172.16.32.11:9696         | 50962d65ce754d03b6aa4c1e5100e56e |
| a0f47771a9b94cc19c6cb96aa2d1f672 | RegionOne | http://172.16.32.11:8080/v1/AUTH_%(tenant_id)s | http://172.16.32.11:8080/v1/AUTH_%(tenant_id)s |          http://172.16.32.11:8080         | 1246824559b341778741f552fabd1a62 |
| a5b193d4d5704e62b86b0e21077521a5 | RegionOne |   http://172.16.32.11:8776/v1/%(tenant_id)s    |   http://172.16.32.11:8776/v1/%(tenant_id)s    | http://172.16.32.11:8776/v1/%(tenant_id)s | 60d384caa3aa41b4b339406f329e054d |
| b5f0dc8e99964299bb7963f55a68e8cf | regionOne |            http://172.16.32.11:3333            |            http://172.16.32.11:3333            |          http://172.16.32.11:3333         | 1d219df84e8f47f6a531856996e612c7 | <<<<<< This line
| dd4a8d5fc55845859eea9136e1c9984b | RegionOne |            http://172.16.32.11:8777            |            http://172.16.32.11:8777            |          http://172.16.32.11:8777         | 8158641e318e4c6b8fd31540426050f7 |
| df7dd4ced36640fe8b8919e2e61bb8a3 | RegionOne |   http://172.16.32.11:8774/v2/%(tenant_id)s    |   http://172.16.32.11:8774/v2/%(tenant_id)s    | http://172.16.32.11:8774/v2/%(tenant_id)s | 13a10340859c4e52a22398b180ed7cb3 |
+----------------------------------+-----------+------------------------------------------------+------------------------------------------------+-------------------------------------------+----------------------------------+

$ keystone service-list
+----------------------------------+------------+----------------+----------------------------------+
|                id                |    name    |      type      |           description            |
+----------------------------------+------------+----------------+----------------------------------+
| 8158641e318e4c6b8fd31540426050f7 | ceilometer |    metering    |    Openstack Metering Service    |
| 60d384caa3aa41b4b339406f329e054d |   cinder   |     volume     |          Cinder Service          |
| a70b3115e9ee4593871b339c7c0c927c |  cinderv2  |    volumev2    |        Cinder Service v2         |
| ec94b7e15349490285d8ac736068a41b |   glance   |     image      |     OpenStack Image Service      |
| dc9afa797d1a4b9da6171b4ccd663519 |    heat    | orchestration  | Openstack Orchestration Service  |
| 598fb6c8cc9a47cf9e33af9257d231c6 |  heat-cfn  | cloudformation | Openstack Cloudformation Service |
| d7bf0ad168e7477bb0ba46847ec281b9 |  keystone  |    identity    |    OpenStack Identity Service    |
| 50962d65ce754d03b6aa4c1e5100e56e |  neutron   |    network     |    Neutron Networking Service    |
| 13a10340859c4e52a22398b180ed7cb3 |    nova    |    compute     |    Openstack Compute Service     |
| c7136ce160a24d36b1e3e14803d92029 |  nova_ec2  |      ec2       |           EC2 Service            |
| a24afeebb23b4958ad0d77193a37bc42 |   novav3   |   computev3    |   Openstack Compute Service v3   |
| 1246824559b341778741f552fabd1a62 |   swift    |  object-store  |  Openstack Object-Store Service  |
| 1d219df84e8f47f6a531856996e612c7 |  swift_s3  |       s3       |       Openstack S3 Service       | <<<<<< This line
+----------------------------------+------------+----------------+----------------------------------+

Actual results:
Endpoint of swift_s3 doesn't belongs to same region (regionOne) as all other services/endpoints (RegionOne)

Expected results:
Endpoint of swift_s3 belongs to RegionOne

Additional info:

Comment 2 Ivan Chavero 2016-05-25 21:03:43 UTC
Swift S3 is not supported on Packstack: https://github.com/openstack/packstack/blob/master/releasenotes/notes/swift-s3-removal-ee3ddc2ee21a56cf.yaml


Note You need to log in before you can comment on or make changes to this bug.