diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-04-04 09:54:21 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-04-04 15:23:46 +0300 |
commit | 52925ba9cf329a7f029ca7ed196071b29d69ac08 (patch) | |
tree | 451f5f00d4fb5b74e88d45935947fa40aa1cb31b /spec | |
parent | 32620c52c8d82c30158df4f63a37ace9f6ade890 (diff) |
Add TLS in the internal network for Swift Proxy
This adds the necessary bits for a TLS Proxy to be placed in front of
swift proxy when TLS-everywhere is enabled.
This will be furtherly cleaned up once the t-h-t bits are added.
bp tls-via-certmonger
Change-Id: I6e7193cc5b4bb7e56cc89e0a293c91b0d391c68e
Diffstat (limited to 'spec')
-rw-r--r-- | spec/classes/tripleo_profile_base_swift_proxy_spec.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/spec/classes/tripleo_profile_base_swift_proxy_spec.rb b/spec/classes/tripleo_profile_base_swift_proxy_spec.rb index 68d7dde..3c0ad91 100644 --- a/spec/classes/tripleo_profile_base_swift_proxy_spec.rb +++ b/spec/classes/tripleo_profile_base_swift_proxy_spec.rb @@ -27,10 +27,7 @@ describe 'tripleo::profile::base::swift::proxy' do "class { '::swift': swift_hash_path_prefix => 'foo', } - include ::memcached - class { '::swift::proxy': - proxy_local_net_ip => '127.0.0.1', - }" + include ::memcached" end context 'with ipv4 memcache servers' do |