Project service should have a description

Bug #1640754 reported by serlex
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla-ansible
Confirmed
Wishlist
Unassigned

Bug Description

Hi,

I assume service project is a fundamental part of any openstack environment?

If so, shouldn't the special "service" project have a description like the admin project?

openstack project list --long
+----------------------------------+---------+-----------+-----------------------------------------------+---------+
| ID | Name | Domain ID | Description | Enabled |
+----------------------------------+---------+-----------+-----------------------------------------------+---------+
| 1df997cc98474cb49423a141a4efc5a2 | service | default | | True |

If no, I will close the bug

Cheers

Revision history for this message
Steve Martinelli (stevemar) wrote :

We could technically add the creation of this project to the `keystone-manage bootstrap` command. But we'd need to ask operators if storing it in sql is the norm. At minimum we could update the install documentation with a proper description.

Revision history for this message
serlex (serlex) wrote :

Thanks for the reply Steve. This is due to feedback from clients, who might you might say need better training, however given horizon is one of the firs tpoint of contacts they like to willy-nilly configure (ie delete) components.

Revision history for this message
Kanika Singh (kanikasingh-1490) wrote :

service project has default description in the current Manual installation guide-Newton as "Service Project"
If we do installation from packstack RDO, default description for services project is as follows:

[root@controller ~(keystone_admin)]# openstack project list --long
+----------------------------------+----------+-----------------------------------+---------+
| ID | Name | Description | Enabled |
+----------------------------------+----------+-----------------------------------+---------+
| 5436c00da9424368ac4afbd9e49ee286 | services | Tenant for the openstack services | True |
| 56c5e9a6658f46d4ba62ca562ee15524 | testttt | None | True |
| 8c9b125ddfb64bbe89aa0c9229f3209a | admin | admin tenant | True |
| dcd0eba8dfce4f62a7ac96218c6105f3 | demo | default tenant | True |
+----------------------------------+----------+-----------------------------------+---------+

serlex (serlex)
affects: keystone → kolla
Revision history for this message
serlex (serlex) wrote :

Hi,

Does kolla openstack have a description in service project? I don't see it from my deployment

Cheers

Changed in kolla:
status: New → Confirmed
status: Confirmed → Triaged
importance: Undecided → Low
Changed in kolla:
milestone: none → ocata-2
tags: added: low-hanging-fruit
Changed in kolla:
milestone: ocata-2 → ocata-3
Changed in kolla:
importance: Low → Wishlist
status: Triaged → Confirmed
Changed in kolla:
assignee: nobody → zhuangzejian (zhuangzejian)
Revision history for this message
Mike Chen (chenn2) wrote :

Hi,

How do you check if there is or not a description for service project with kolla?

Thanks.

Revision history for this message
serlex (serlex) wrote :

Hi,

The check is done using standard CLI:

openstack project list --long

Regards

Revision history for this message
zhuangzejian (zhuangzejian) wrote :

Hi,
I checked the request in kolla openstack deployment, and the service did have a description,like the following:
[root@kolla ~(admin-openrc)]# openstack project list --long
+----------------------------------+---------+-----------+-----------------------------------------------+---------+
| ID | Name | Domain ID | Description | Enabled |
+----------------------------------+---------+-----------+-----------------------------------------------+---------+
| 7b08bf8d832842a6b1f19ca328e4b1a1 | service | default | | True |
| fc899140b9f94e0689c6ad024df2cc3a | admin | default | Bootstrap project for initializing the cloud. | True |
+----------------------------------+---------+-----------+-----------------------------------------------+---------+

Revision history for this message
serlex (serlex) wrote :

i,
/
What is the description? Because from above, I can see there isn't one.

Regards

Revision history for this message
zhuangzejian (zhuangzejian) wrote :

I just misunderstood your meaning.
In my deployment, the project service's description is none.
And in my multiple nodes installation, the project service's description is "Service Projcet".

Changed in kolla:
assignee: zhuangzejian (zhuangzejian) → nobody
Revision history for this message
Derek Yang (hswayne77) wrote :

I didn't see the description of service project from Pike and Queens :(
ubuntu@control01:~$ openstack project list --long
+----------------------------------+---------+-----------+-----------------------------------------------+---------+
| ID | Name | Domain ID | Description | Enabled |
+----------------------------------+---------+-----------+-----------------------------------------------+---------+
| 2928f485c21e4baf848c5d4703235cde | service | default | | True |
| 6700341b14cf4223877d9851eb1703eb | admin | default | Bootstrap project for initializing the cloud. | True |
+----------------------------------+---------+-----------+-----------------------------------------------+---------+

Mark Goddard (mgoddard)
affects: kolla → kolla-ansible
Changed in kolla-ansible:
milestone: ocata-3 → none
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.