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.
|