python-novaclient/releasenotes/notes/deprecate-no-cache-arg-7814806b4f79c1b9.yaml
Andrey Kurilin 73196fd3c1 Remove redundant args of _construct_http_client
Arguments 'extenstions' and 'no_cache' were not transmitted to
'_construct_http_client' method. They are redundant

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

6 lines
222 B
YAML

---
deprecations:
- novaclient.client.Client entry-point accepted two arguments with same
meaning (**no_cache** and **os_cache**). Since **os_cache** is more widely
used in our code, **no_cache** was deprecated.