From 397d4f88e62b4c9e45db0408ce37463bef879905 Mon Sep 17 00:00:00 2001 From: jichenjc Date: Mon, 25 Jan 2016 01:21:27 +0800 Subject: [PATCH] Add descriptions for server groups policy add descriptions for valid input of server group policy also, the type of the policy field is list ,not a dict. Change-Id: I7a1af19dbb2a5924aee70b10a465d38fb8521497 Partial-Bug: #1515222 --- .../compute-api/src/v2.1/wadl/os-server-groups-v2.1.wadl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-server-groups-v2.1.wadl b/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-server-groups-v2.1.wadl index 2bc0c9cfc..a71f1f0bb 100644 --- a/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-server-groups-v2.1.wadl +++ b/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-server-groups-v2.1.wadl @@ -56,14 +56,16 @@ A list of one or more policy names to associate with the server group. The list must contain at least one policy - name. + name. The current valid policy names are + anti-affinity and + affinity. Each policy name must be a non-empty string with no leading or trailing spaces. Maximum length is 255