Bug 1237030 - Undercloud Keystone shows both service and services tenants
Summary: Undercloud Keystone shows both service and services tenants
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: Upstream M3
: 12.0 (Pike)
Assignee: John Dennis
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-30 08:54 UTC by Marius Cornea
Modified: 2017-03-21 06:19 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-21 06:19:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Marius Cornea 2015-06-30 08:54:14 UTC
Description of problem:
Undercloud Keystone shows both service and services tenants

Version-Release number of selected component (if applicable):
instack-undercloud-2.1.2-6.el7ost.noarch
openstack-tripleo-heat-templates-0.8.6-22.el7ost.noarch

How reproducible:
100%

Steps to Reproduce:
1. Install undercloud
2. Run keystone tenant-list
3.

Actual results:
+----------------------------------+----------+---------+
|                id                |   name   | enabled |
+----------------------------------+----------+---------+
| a851d4b54d884fa38ca4a9baada83eb3 |  admin   |   True  |
| d0d319e17450443280ee8d4eb26d9b6b | service  |   True  |
| d4c450acc37f45c8a3b7eddde67a42f6 | services |   True  |
+----------------------------------+----------+---------+


Expected results:
services doesn't seem to be used so I wouldn't expect to see it there.

Additional info:

Comment 4 Udi Kalifon 2015-07-30 13:42:50 UTC
See also: https://bugzilla.redhat.com/show_bug.cgi?id=1248347

Comment 8 Rob Crittenden 2017-03-20 21:43:15 UTC
I can't find a commit that fixes this but it looks fixed in a basic undercloud install:

$ openstack project list
+----------------------------------+---------+
| ID                               | Name    |
+----------------------------------+---------+
| 0c7269fd48f14363b4e5e434eb00c3c7 | admin   |
| deacb07a25e34c86ab895c285ca7bf5f | service |
+----------------------------------+---------+


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