python-novaclient/releasenotes/notes/bug-1767287-cc28d60d9e59f9bd.yaml
Takashi NATSUME 57e9a5d34c Fix the policy argument in server-group-create
In the "server-group-create" command, multiple policies
can be specified currently. But only one item is allowed
in the nova side. So make the command allow only one policy.

Change-Id: Ifd2d084faa2b849d6ee466d9accbad21b6a4e11b
Closes-Bug: #1767287
2018-05-08 20:37:26 +00:00

7 lines
203 B
YAML

---
upgrade:
- |
The ``nova server-group-create`` command now only supports specifying
a single policy name when creating the server group. This is to match
the server-side API validation.