python-novaclient/releasenotes/notes/rename-apikey-to-password-735588d841efa49e.yaml
Andrey Kurilin f98b8470de Rename api_key to password
"password" term is more clear. Resolves FIXME from the code:

    FIXME(comstud): Rename the api_key argument above when we
                    know it's not being used as keyword argument

Change-Id: I39f810a181b119591cf017eded71356a437a8c0a
2016-12-15 19:49:03 +02:00

6 lines
198 B
YAML

---
deprecations:
- The **api_key** variable of novaclient.client.Client entry-point was
deprecated in favor of **password**. Nothing has changed in the case
of positional argument usage.