openstacksdk/releasenotes/notes/rackspace-block-storage-v2-fe0dd69b9e037599.yaml
Monty Taylor c6c69fc474 Update Rackspace vendor profile for cinder v2
Rackspace only has v1 in the catalog but run a cinder that supports
v2. Since SDK doesn't have support for v1 at all, update our
vendor config with an endpoint override for their block-storage
service.

As a special bit of hell, the url needs the project_id appended
which we cannot do with our normal format substitutions, so put in
YET ANOTHER Rackspace specific workaround logic.

Story: 2007459
Task: 39146
Change-Id: I4e6485b936b6b7303b6463cbacd3bf98746fc5e1
2020-03-24 11:54:04 -05:00

7 lines
215 B
YAML

---
upgrade:
- |
Rackspace Cloud's vendor profile has been updated to use v2
of the Block Storage API. This introduces an endpoint override
for the service based on ``region_name`` and ``project_id``.