diff options
author | Saryu Shah <ss3917@att.com> | 2018-05-14 14:55:27 +0000 |
---|---|---|
committer | Saryu Shah <ss3917@att.com> | 2018-05-14 14:55:27 +0000 |
commit | 9badd4be3bf87d568d44a6fb2f0fd1662a8f0e67 (patch) | |
tree | 1f9acf629fb7b9ff1bdab5ebb26b43e927a63bd6 /docs/platform/oofhpa.rst | |
parent | 2240ded0cd5c8440b6546452752a4d21404971b6 (diff) |
Documentation edits for OOF
Documentation edits for OOF
-------------------------------------------------------------
Change-Id: I84f9992bd61e10ef9f263b68a28cca100a515437
Issue-ID: POLICY-536
Signed-off-by: Saryu Shah <ss3917@att.com>
Diffstat (limited to 'docs/platform/oofhpa.rst')
-rw-r--r-- | docs/platform/oofhpa.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/platform/oofhpa.rst b/docs/platform/oofhpa.rst index 2d6850cc3..9658d540a 100644 --- a/docs/platform/oofhpa.rst +++ b/docs/platform/oofhpa.rst @@ -107,15 +107,15 @@ The following HPA TOSCA policy models need to be uploaded as a dictionary during type: string constraints: - valid_values: - - < - - <= + - '<' + - '<=' - '>' - '>=' - '=' - '!=' - - any - - all - - subset + - 'any' + - 'all' + - 'subset' unit: type: string required: true |