python-novaclient/releasenotes/notes/restrict-args-for-novaclient-ep-491098c3634365be.yaml
Matt Riedemann 69d05c6774 Clarify some release notes prior to the 7.0.0 release
Change-Id: I55dc81659973ab5afc60b030b44f30e62b73dbd9
2016-12-20 10:07:20 -05:00

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.