diff options
author | Alex Shatov <alexs@att.com> | 2018-04-12 17:14:43 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-04-12 17:14:43 -0400 |
commit | 5a412c36b76f375aba863e3668ce6cb4f457e0d7 (patch) | |
tree | 60064e6e2d05bbab383161e17ef4c54d660d772f /dcae-policy/README.md | |
parent | af26b8bb3e0145a093f84be270755cc2d475317e (diff) |
2.3.0 dcaepolicyplugin and data types
- discovering consul at consul:8500 instead of localhost:8500
- added and refactored unit tests for discovery -- coverage 78%
Change-Id: I3712fe36df47d6117206d61ca4916c4dbc42d035
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-438
Diffstat (limited to 'dcae-policy/README.md')
-rw-r--r-- | dcae-policy/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcae-policy/README.md b/dcae-policy/README.md index 2b06519..a3a070b 100644 --- a/dcae-policy/README.md +++ b/dcae-policy/README.md @@ -35,7 +35,7 @@ import the dcaepolicy-node-type.yaml into your blueprint to use the dcae.nodes.t ```yaml imports: - - https://YOUR_NEXUS_RAW_SERVER/type_files/dcaepolicy/2.2.1/node-type.yaml + - https://YOUR_NEXUS_RAW_SERVER/type_files/dcaepolicy/2.3.0/node-type.yaml ``` provide the value for policy_id property |