Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1237030

Summary: Undercloud Keystone shows both service and services tenants
Product: Red Hat OpenStack Reporter: Marius Cornea <mcornea>
Component: rhosp-directorAssignee: John Dennis <jdennis>
Status: CLOSED CURRENTRELEASE QA Contact: Shai Revivo <srevivo>
Severity: low Docs Contact:
Priority: medium    
Version: 7.0 (Kilo)CC: hbrock, jcoufal, jschluet, kbasil, mburns, nkinder, rcritten, rhel-osp-director-maint, ukalifon
Target Milestone: Upstream M3   
Target Release: 12.0 (Pike)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-03-21 06:19:57 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:

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 |
+----------------------------------+---------+