commit | ac17f4f0bce20fb21f3b2253c1ade547664b1a5a | [log] [tgz] |
---|---|---|
author | Oleg Iurchenko <oiurchenko@mirantis.com> | Fri Oct 06 11:24:27 2017 +0300 |
committer | Oleg Iurchenko <oiurchenko@mirantis.com> | Wed Oct 18 14:36:30 2017 +0300 |
tree | c86f207cd2187cb3b84e3d22ac227f3b8eccc441 | |
parent | d6a080c141e3b2c5d48dd29bbfb4ea17eeb83860 [diff] [blame] |
Change extensions list type This patch changes type of extensions pillar to dictionary Change-Id: Ia8b155766daa111973e90bd59aacaec6a3778506 Related-PROD: PROD-14689
diff --git a/README.rst b/README.rst index 4a5787a..3b161e5 100644 --- a/README.rst +++ b/README.rst
@@ -953,8 +953,14 @@ server: backend: extension: - - dns - - qos + dns: + enabled: True + host: 127.0.0.1 + port: 9001 + protocol: http + .... + qos + enabled: True Documentation and Bugs