Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1718225

Summary: Keystone Catalogue in OSP13 contains Cinder v1 entry, but Cinder v1 is no longer available OSP13.
Product: Red Hat OpenStack Reporter: David Gurtner <dgurtner>
Component: openstack-tripleoAssignee: James Slagle <jslagle>
Status: CLOSED DUPLICATE QA Contact: Arik Chernetsky <achernet>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: abishop, ealcaniz, mburns
Target Milestone: ---Keywords: ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-07 15:38:35 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 David Gurtner 2019-06-07 10:27:25 UTC
Description of problem:

Deploying OSP13 with OSP-director still creates Cinder v1 API endpoints:
(overcloud) [stack@undercloud ~]$ cat /etc/rhosp-release 
Red Hat OpenStack Platform release 13.0.5 (Queens)
(overcloud) [stack@undercloud ~]$ openstack endpoint list | grep cinder
| 11c757a83bd9417a8965d18161ccaf1d | regionOne | cinderv3     | volumev3       | True    | public    | http://192.168.122.150:8776/v3/%(tenant_id)s      |
| 17d46f1928234f01a0675a90d32bd1c9 | regionOne | cinder       | volume         | True    | internal  | http://172.17.1.150:8776/v1/%(tenant_id)s         |
| 2b1486fb815245f2850434c0973ecc29 | regionOne | cinder       | volume         | True    | admin     | http://172.17.1.150:8776/v1/%(tenant_id)s         |
| 3edc624deaea497aa70355a96bbcfead | regionOne | cinderv3     | volumev3       | True    | internal  | http://172.17.1.150:8776/v3/%(tenant_id)s         |
| 66b7731c0c304cfc83b8cf2bd80f84d6 | regionOne | cinderv2     | volumev2       | True    | internal  | http://172.17.1.150:8776/v2/%(tenant_id)s         |
| a0b295f00b874ec994a388bf011ab07b | regionOne | cinder       | volume         | True    | public    | http://192.168.122.150:8776/v1/%(tenant_id)s      |
| b2bcd1593ba34e0ca8f97d8f6da74460 | regionOne | cinderv2     | volumev2       | True    | admin     | http://172.17.1.150:8776/v2/%(tenant_id)s         |
| cb23817462e343878d34c277abbfbbe5 | regionOne | cinderv3     | volumev3       | True    | admin     | http://172.17.1.150:8776/v3/%(tenant_id)s         |
| e77bd62055634656929793b55f1b0566 | regionOne | cinderv2     | volumev2       | True    | public    | http://192.168.122.150:8776/v2/%(tenant_id)s      |

But Cinder v1 was removed:
https://review.opendev.org/#/c/499342/


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

openstack-tripleo-heat-templates-8.2.0-6.2.el7ost.noarch

How reproducible:
always

Steps to Reproduce:
1. Deploy OSP13
2. Verify endpoints

Actual results:
Cinder v1 endpoints are defined in keystone.

Expected results:
Cinder v1 endpoints are no longer available from keystone.

Additional info:

Comment 1 Alan Bishop 2019-06-07 15:38:35 UTC

*** This bug has been marked as a duplicate of bug 1472859 ***