Bug 1312653

Summary: The tuskar user is still created on the undercloud
Product: Red Hat OpenStack Reporter: Udi Kalifon <ukalifon>
Component: python-tripleoclientAssignee: RHOS Maint <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Shai Revivo <srevivo>
Severity: low Docs Contact:
Priority: low    
Version: 8.0 (Liberty)CC: dtantsur, hbrock, jcoufal, jslagle, kbasil, mburns, rhel-osp-director-maint
Target Milestone: async   
Target Release: 10.0 (Newton)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-14 16:03:58 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 Udi Kalifon 2016-02-28 12:40:06 UTC
Description of problem:
When you run "openstack user list" on the undercloud machine, you see that the tuskar user is still created. No need to create it any more.


Version-Release number of selected component (if applicable):
python-tripleoclient-0.1.1-4.el7ost.noarch


How reproducible:
100%


Steps to Reproduce:
1. Install the undercloud
2. Run "openstack user list"

Comment 2 Udi Kalifon 2016-02-29 14:46:12 UTC
It was brought to my attention that the tuskar service is also created in the catalog. No need to create endpoints for the tuskar service either (in addition to the user).

Comment 3 Mike Burns 2016-04-07 21:11:06 UTC
This bug did not make the OSP 8.0 release.  It is being deferred to OSP 10.

Comment 5 Dmitry Tantsur 2016-10-14 16:03:58 UTC
Seems to be fixed in OSP 10:

$ source stackrc 
$ openstack user list
+----------------------------------+------------------+
| ID                               | Name             |
+----------------------------------+------------------+
| 2d37ccbb1946479cba3158ee113a5e73 | admin            |
| c3c626eada124c25b83dd0b71f72a7eb | glance           |
| 4019fa340af94155920bca4b0a14defe | heat             |
| 64dfa67864ae4fbbaf37d599e81e1035 | ironic           |
| 4ab6c43520084c558469e016e43d2cde | ironic-inspector |
| f02d90eefa194f08aa2b553a648e632e | mistral          |
| ab4e7ca815eb48a9b26984aa8bd7ebad | neutron          |
| 9c251d74c15449ab8700fb5740f3b42c | nova             |
| 9f88aba5524d491d86f588d614e391b2 | swift            |
| 6217b6bad5aa41b2848146502ba76db4 | zaqar            |
| 58a6df951e954cd0ae1626e9d8e466e0 | zaqar-websocket  |
+----------------------------------+------------------+