Bug 1236989 - RFE: change computev3 service name to novav3
Summary: RFE: change computev3 service name to novav3
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: os-cloud-config
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: ga
: 10.0 (Newton)
Assignee: Sofer Athlan-Guyot
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-30 06:38 UTC by bkopilov
Modified: 2020-03-11 14:55 UTC (History)
15 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-13 10:40:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 242198 0 None None None Never

Description bkopilov 2015-06-30 06:38:41 UTC
Description of problem:
Hi, 

In keystone service-list  , nova as name appears twice .
it should be fixed to novav3  same as packstack

[root@rhos-compute-node-18 stack]# keystone service-list
/usr/lib/python2.7/site-packages/keystoneclient/shell.py:65: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
  'python-keystoneclient.', DeprecationWarning)
+----------------------------------+------------+---------------+------------------------------+
|                id                |    name    |      type     |         description          |
+----------------------------------+------------+---------------+------------------------------+
| 7ed094a971374e8bb76cc9eda4bdb787 | ceilometer |    metering   |      Ceilometer Service      |
| e12faff5e29f4e4293d00826b84c4bed |   cinder   |     volume    |    Cinder Volume Service     |
| 21544b8ae3984d93bd209e1ca4fdec19 |  cinderv2  |    volumev2   |   Cinder Volume Service v2   |
| c8e4c7ea25d942a7a88100d647db32f7 |    ec2     |      ec2      |   EC2 Compatibility Layer    |
| b760b6c0bb3c402c83fd5d19c871acc0 |   glance   |     image     |     Glance Image Service     |
| 393c6b14e7744747bda5ad4ebc9cdc78 |    heat    | orchestration |         Heat Service         |
| 60ca41ab13554ddca44f25a8efc7e928 |  keystone  |    identity   |  Keystone Identity Service   |
| 1108b11638e543c88398bb28242a3c78 |  neutron   |    network    |       Neutron Service        |
| 94da33f37f74477bbcb4cecb6a72240c |    nova    |   computev3   |   Nova Compute Service v3    |
| e1286e4e7a1643748ee49123d9e8da89 |    nova    |    compute    |     Nova Compute Service     |
| 65c3fcda4cd041ccb26bb343ad48f9d8 |   swift    |  object-store | Swift Object Storage Service |
+----------------------------------+------------+---------------+------------------------------+



Version-Release number of selected component (if applicable):


How reproducible:
keystone service-list

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 Mike Burns 2015-06-30 10:49:05 UTC
I assume this is supposed to be rhel-osp-director and not installer.

Can you confirm whether this is overcloud or undercloud?  Can you please provide package versions used?

Comment 5 JF Bibeau 2015-10-26 14:27:13 UTC
I'm also seeing this issue. To answer your questions:

- Yes, this is for a cloud generated by Director
- This is on the overcloud
- Package versions:

python-rdomanager-oscplugin-0.0.8-44.el7ost.noarch
openstack-tripleo-0.0.7-0.1.1664e566.el7ost.noarch
openstack-tripleo-heat-templates-0.8.6-46.el7ost.noarch
openstack-tripleo-puppet-elements-0.0.1-4.el7ost.noarch
openstack-tripleo-common-0.0.1.dev6-1.git49b57eb.el7ost.noarch
openstack-tripleo-image-elements-0.9.6-6.el7ost.noarch
openstack-tuskar-0.4.18-3.el7ost.noarch
openstack-keystone-2015.1.0-4.el7ost.noarch

FYI workaround is to simply edit the service name in the DB:

update service set extra="{\"name\": \"novav3\", \"description\": \"Nova Compute Service v3\"}" where id = "<service ID>";

Comment 7 Sofer Athlan-Guyot 2015-11-05 22:13:58 UTC
This problem is being fixed in triple-o.

Comment 9 Jaromir Coufal 2015-12-08 10:23:08 UTC
When the fix is merged upstream, can you backport it to OSP-d 8 as well, please?

Comment 10 Sofer Athlan-Guyot 2015-12-08 10:41:24 UTC
Ack.  It's still in review, I'll do my best to accelerate its adoption (really minor change) and backport it.

Comment 12 Juan Antonio Osorio 2016-10-03 16:42:17 UTC
I don't think this is valid anymore since Nova changed to use microversions, so we shouldn't have that v3 endpoint anymore.

Comment 14 Eoghan Glynn 2016-10-13 10:40:09 UTC
Closing on the basis of comment #12.


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