729c06cb08
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
7 lines
318 B
YAML
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``.
|