Manila pillar has been update fot correct work over ssl.

  Manila doesn't connect to keystone, because communication protocol is wrong.
  Apache and HAproxy not setup to HTTPS.

Related-PROD: PROD-23507

Change-Id: Ie4e6b4fe69bbd6a4d9f188e34cf4158820c769b5
diff --git a/manila/common/single.yml b/manila/common/single.yml
index f984ab7..c5a6f97 100644
--- a/manila/common/single.yml
+++ b/manila/common/single.yml
@@ -9,6 +9,7 @@
     openstack_rabbitmq_x509_enabled: False
     rabbitmq_ssl_enabled: False
     openstack_rabbitmq_port: 5672
+    cluster_internal_protocol: 'http'
   manila:
     common:
       version: ${_param:openstack_version}
@@ -51,4 +52,4 @@
         auth_type: password
         user_domain_id: default
         project_domain_id: default
-        protocol: 'http'
+        protocol: ${_param:cluster_internal_protocol}