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:
See also: https://bugzilla.redhat.com/show_bug.cgi?id=1248347
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 | +----------------------------------+---------+