0d92534824
Functional tests have been failing since a chance went into nova that removed the cloudpipe functionality. This change removes the sole functional test that depended on that API, and ensures that all the cloudpipe interfaces are marked deprecated and emit proper warnings. Change-Id: I329ee0e5fcf068ea7e54b99fbaf94a524647f660
9 lines
364 B
YAML
9 lines
364 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The os-cloudpipe API has been removed from Nova. As a result, the
|
|
``nova cloudpipe-list``, ``nova cloudpipe-create``, and ``nova
|
|
cloudpipe-configure`` commands and the ``novaclient.v2.cloudpipe``
|
|
API bindings are now deprecated, and will be removed in the first
|
|
major release after the Nova server 16.0.0 Pike release.
|