openstack-ansible/releasenotes/notes/nova-admin-endpoint-fix-d52cc00caa5ab5dd.yaml
Jesse Pretorius 729c06cb08 Correct nova admin endpoint version
In Liberty the primary nova endpoints changed to v2.1, but the group_var
for the nova admin endpoint was not changed appropriately.

This patch corrects the endpoint version.

Change-Id: If0ac2c117f36a7dada02991fbf2b6447c71f7df1
2016-05-31 13:04:06 +01:00

7 lines
318 B
YAML

---
upgrade:
- A new nova admin endpoint will be registered with the suffix ``/v2.1/%(tenant_id)s``. The nova admin endpoint
with the suffix ``/v2/%(tenant_id)s`` may be manually removed.
fixes:
- The nova admin endpoint is now correctly registered as ``/v2.1/%(tenant_id)s`` instead of ``/v2/%(tenant_id)s``.