diff options
author | Emilien Macchi <emilien@redhat.com> | 2016-09-19 15:43:46 -0400 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2016-09-20 15:21:47 +0000 |
commit | 494b9dfe952a47ac4dcc21acdec6c0adacf59a8b (patch) | |
tree | a657a6960391e70f4ce1f83963e59579ecf2f821 /.fixtures.yml | |
parent | 6a9429eeda549f85fdb7e3748188046d702852fb (diff) |
swift: normalize memcache servers IP addresses
In the case of memcache servers are IPv6, make sure brackets set in the
way we construct the list of memcache server + memcache port parameter.
Also add unit-tests to test that the output is what we want in the
configuration.
Depends-On: I8d361ce9cfcfe6a3f8592b2b7991971a3c748c75
Closes-Bug: 1625335
Change-Id: I9fb8168d8fb56c9d8465d58a45fd8c6edfee6fdd
Diffstat (limited to '.fixtures.yml')
-rw-r--r-- | .fixtures.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.fixtures.yml b/.fixtures.yml index 9e8eb3b..fae4a8c 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -4,6 +4,9 @@ fixtures: 'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git' 'haproxy': 'git://github.com/puppetlabs/puppetlabs-haproxy.git' 'concat': 'git://github.com/puppetlabs/puppetlabs-concat.git' + 'openstacklib': 'git://github.com/openstack/puppet-openstacklib.git' + 'swift': 'git://github.com/openstack/puppet-swift.git' + 'memcached': 'git://github.com/saz/puppet-memcached.git' 'midonet': repo: 'git://github.com/midonet/puppet-midonet.git' ref: 'v2015.06.7' |