Remove Trusty final trusty bits from os_swift role
Change-Id: I1d20338106f452a17d103231e9321cb3cc106087 Implements: blueprint trusty-removal
This commit is contained in:
parent
06471b9977
commit
f01f4a8454
@ -32,7 +32,7 @@ libselinux-python [platform:rpm]
|
|||||||
# For SSL SNI support
|
# For SSL SNI support
|
||||||
python-pyasn1 [platform:dpkg]
|
python-pyasn1 [platform:dpkg]
|
||||||
python-openssl [platform:dpkg]
|
python-openssl [platform:dpkg]
|
||||||
python-ndg-httpsclient [platform:ubuntu !platform:ubuntu-trusty]
|
python-ndg-httpsclient [platform:ubuntu]
|
||||||
python2-pyasn1 [platform:rpm]
|
python2-pyasn1 [platform:rpm]
|
||||||
pyOpenSSL [platform:rpm]
|
pyOpenSSL [platform:rpm]
|
||||||
python-ndg_httpsclient [platform:rpm]
|
python-ndg_httpsclient [platform:rpm]
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
service:
|
service:
|
||||||
name: "{{ item.value.program_name }}"
|
name: "{{ item.value.program_name }}"
|
||||||
state: "started"
|
state: "started"
|
||||||
pattern: "{{ item.value.program_name }}"
|
|
||||||
with_dict: "{{ swift_services }}"
|
with_dict: "{{ swift_services }}"
|
||||||
when:
|
when:
|
||||||
- inventory_hostname in groups[item.value.group]
|
- inventory_hostname in groups[item.value.group]
|
||||||
|
Loading…
Reference in New Issue
Block a user