diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-26 23:59:14 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-26 23:59:14 +0000 |
commit | d24690765c3fd2703d5aa234767a3389ab1d28b6 (patch) | |
tree | 83c4682dfea150cef76664e64f20dfa838a6712d /releasenotes/notes | |
parent | 8c778263a82197d640358fc28e59a4ef524c0261 (diff) | |
parent | a59142162c8acf189e5682b9ad1a6fef7a2dbc29 (diff) |
Merge "Add VipMap output"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/vipmap-output-4a9ce99930960346.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/vipmap-output-4a9ce99930960346.yaml b/releasenotes/notes/vipmap-output-4a9ce99930960346.yaml new file mode 100644 index 00000000..1f49bacd --- /dev/null +++ b/releasenotes/notes/vipmap-output-4a9ce99930960346.yaml @@ -0,0 +1,5 @@ +--- +features: + - Add VipMap output to the top level stack output. VipMap is a mapping from + each network to the VIP address on that network. Also includes the Redis + VIP. |