69d05c6774
Change-Id: I55dc81659973ab5afc60b030b44f30e62b73dbd9
9 lines
225 B
YAML
9 lines
225 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
novaclient.client.Client entry-point accepts only 5 positional arguments::
|
|
|
|
version, username, api_key, project_id, auth_url
|
|
|
|
Using positional arguments for all other options is now an error.
|