Bug 1236989
| Summary: | RFE: change computev3 service name to novav3 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | bkopilov <bkopilov> |
| Component: | os-cloud-config | Assignee: | Sofer Athlan-Guyot <sathlang> |
| Status: | CLOSED WONTFIX | QA Contact: | Shai Revivo <srevivo> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 (Kilo) | CC: | bkopilov, eglynn, emacchi, hbrock, jcoufal, jean-francois.bibeau, jmelvin, josorior, mburns, nkinder, rhel-osp-director-maint, rhos-maint, sathlang, sclewis, srevivo |
| Target Milestone: | ga | Keywords: | FutureFeature |
| Target Release: | 10.0 (Newton) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-10-13 10:40:09 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
bkopilov
2015-06-30 06:38:41 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? 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>";
This problem is being fixed in triple-o. When the fix is merged upstream, can you backport it to OSP-d 8 as well, please? Ack. It's still in review, I'll do my best to accelerate its adoption (really minor change) and backport it. I don't think this is valid anymore since Nova changed to use microversions, so we shouldn't have that v3 endpoint anymore. Closing on the basis of comment #12. |