2016-06-15 16:38:06 -04:00
|
|
|
---
|
|
|
|
upgrade:
|
|
|
|
- |
|
|
|
|
|
|
|
|
The following policy enforcement points have been removed as part
|
|
|
|
of the restructuring of the Nova API code. The attributes that
|
|
|
|
could have been hidden with these policy points will now always be
|
|
|
|
shown / accepted.
|
|
|
|
|
|
|
|
* os_compute_api:os-disk-config - show / accept
|
2016-06-20 16:49:44 -04:00
|
|
|
``OS-DCF:diskConfig`` parameter on servers
|
|
|
|
|
|
|
|
* os-access-ips - show / accept ``accessIPv4`` and ``accessIPv6``
|
|
|
|
parameters on servers
|
2016-06-15 16:38:06 -04:00
|
|
|
|
|
|
|
The following entry points have been removed
|
|
|
|
|
|
|
|
* nova.api.v21.extensions.server.resize - allowed accepting
|
2016-06-20 16:49:44 -04:00
|
|
|
additional parameters on server resize requests.
|
|
|
|
|
|
|
|
* nova.api.v21.extensions.server.update - allowed accepting
|
|
|
|
additional parameters on server update requests.
|
2016-06-22 17:11:24 -04:00
|
|
|
|
|
|
|
* nova.api.v21.extensions.server.rebuild - allowed accepting
|
|
|
|
additional parameters on server rebuild requests.
|