diff options
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 |