Files
nova/api-ref/source
Tetsuro Nakamura a33634e555 fix nova accepting invalid availability zone name with ':'
Nova has a legacy hack to allow admins to specify hosts via an
availability zone using az:host:node. That means ':' cannot be
included in the name of an availability zone itself.

However, the aggregate API accepts requests which have
availability zone names including ':'.

This patch checks the availabilty zone name when aggregate is
created or updated and raises an error if it contains ':'.

Conflicts:
      api-ref/source/parameters.yaml

NOTE(mriedem): The conflict in the api-ref docs is due to not
having change f657efcdc5 in Pike.

Change-Id: I9b0d8e8d4b3ab2cb3d578c22fa259e0e7c0d325b
Closes-Bug: #1695861
(cherry picked from commit 38b25397e8)
2017-10-04 17:49:59 -04:00
..
2017-06-07 21:05:12 +00:00
2017-05-23 17:17:52 +07:00
2016-11-11 14:01:51 -05:00
2017-03-31 06:19:01 +00:00
2017-04-27 22:28:01 -04:00
2017-05-04 16:13:45 +08:00
2017-03-29 01:37:56 +08:00
2017-04-20 11:58:26 -04:00
2017-07-13 11:40:43 +08:00