diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-08-17 08:04:10 +0000 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-08-17 08:04:10 +0000 |
commit | 5594726614b757e54d429b5913aba68d15c1335f (patch) | |
tree | 4d3ca58747a3f13e74c7b9b170c03d15fd33a014 | |
parent | 90682d3f4f88b59fa8294313d93b557762ae0fcd (diff) |
Remove iscsid from TLS everywhere docker environment
Since nova-compute is not containerized with TLS yet, using containerized
iscsid causes errors when trying to spawn a VM with a volume. Since
the path is different in this case.
I will re-add iscsid to this environment once nova-compute is
containerized with TLS.
bp tls-via-certmonger-containers
Change-Id: Ida87b187e56ae852c5a4ef6f78cc04a0870fe3f4
-rw-r--r-- | environments/docker-services-tls-everywhere.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/environments/docker-services-tls-everywhere.yaml b/environments/docker-services-tls-everywhere.yaml index 49d02e6f..390cad26 100644 --- a/environments/docker-services-tls-everywhere.yaml +++ b/environments/docker-services-tls-everywhere.yaml @@ -26,7 +26,6 @@ resource_registry: OS::TripleO::Services::HeatApi: ../docker/services/heat-api.yaml OS::TripleO::Services::HeatApiCfn: ../docker/services/heat-api-cfn.yaml OS::TripleO::Services::HeatEngine: ../docker/services/heat-engine.yaml - OS::TripleO::Services::Iscsid: ../docker/services/iscsid.yaml OS::TripleO::Services::Keystone: ../docker/services/keystone.yaml OS::TripleO::Services::Memcached: ../docker/services/memcached.yaml OS::TripleO::Services::NeutronApi: ../docker/services/neutron-api.yaml |