Bug 1587875
| Summary: | nova retype from vmax to ceph and ceph to vamx support | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ganesh Kadam <gkadam> |
| Component: | openstack-cinder | Assignee: | Cinder Bugs List <cinder-bugs> |
| Status: | CLOSED DUPLICATE | QA Contact: | Avi Avraham <aavraham> |
| Severity: | urgent | Docs Contact: | Kim Nylander <knylande> |
| Priority: | urgent | ||
| Version: | 10.0 (Newton) | CC: | abishop, berrange, dasmith, dhill, eglynn, gsapienz, jhakimra, kchamart, mbooth, sbauza, sferdjao, sgordon, srevivo, vromanso |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-10 22:49:45 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
Ganesh Kadam
2018-06-06 08:35:00 UTC
Part of the issue is due to this upstream bug [1] ... and later on we hit this bug [2] when trying to attach the ceph/vmax volume to the instance in order to swap them. [1] https://bugs.launchpad.net/cinder/+bug/1614344 [2] https://bugzilla.redhat.com/show_bug.cgi?id=1598513 --- cinder.conf.backup 2018-07-05 16:41:40.557576702 +0200 +++ cinder.conf.dave.retype 2018-07-05 17:33:03.373148271 +0200 @@ -755,6 +755,13 @@ # OpenStack privileged account username. Used for requests to other services # (such as Nova) that require an account with special rights. (string value) +# + +os_privileged_user_auth_url = http://ip:35357 +os_privileged_user_name = cinder +os_privileged_user_password = password +os_privileged_user_tenant = service + #os_privileged_user_name = <None> # Password associated with the OpenStack privileged account. (string value) @@ -2491,11 +2498,11 @@ # separated values of the form: <service_type>:<service_name>:<endpoint_type> # (string value) #nova_catalog_info = compute:Compute Service:publicURL -nova_catalog_info = compute:Compute Service:internalURL +nova_catalog_info = compute:nova:adminURL # Same as nova_catalog_info, but for admin endpoint. (string value) #nova_catalog_admin_info = compute:Compute Service:adminURL -nova_catalog_admin_info = compute:Compute Service:adminURL +nova_catalog_admin_info = compute:nova:publicURL # Override service catalog lookup with template for nova endpoint e.g. # http://localhost:8774/v2/%(project_id)s (string value) This feature is not yet supported, but is an RFE targeted for OSP-15. It's also dependent on a new libvirt feature, per bug #1306562. *** This bug has been marked as a duplicate of bug 1293440 *** |