summaryrefslogtreecommitdiff
path: root/releasenotes/notes/restrict-args-for-novaclient-ep-491098c3634365be.yaml
blob: 11dda395a08c4c06761401c9ccc6049d054568ac (plain)
1
2
3
4
5
6
7
8
---
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.