d91723dbab
novaclient supports v4-fixed-ip and v6-fixed-ip as aliases for fixed_ip. As shade used to use novaclient and passed this content through the switch to REST resulted in a behavior regression for shade users. openstackclient also exposes these for the --nics parameter, so it's important that we also support it as we look forward to switching OSC to sdk. Change-Id: I3da91b6f18528b515a45d868e8c3faf824ade5a0
8 lines
307 B
YAML
8 lines
307 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Re-added support for `v4-fixed-ip` and `v6-fixed-ip` in the `nics`
|
|
parameter to `create_server`. These are aliaes for `fixed_ip` provided
|
|
by novaclient which shade used to use. The switch to REST didn't include
|
|
support for these aliases, resulting in a behavior regression.
|