commit | 5bd4e79b9edef285cb637f3168889e1bfc5c339b | [log] [tgz] |
---|---|---|
author | Alexander Noskov <anoskov@mirantis.com> | Thu Feb 16 12:53:45 2017 +0400 |
committer | Alexander Noskov <anoskov@mirantis.com> | Thu Feb 16 13:09:37 2017 +0400 |
tree | abbc9f3b195a83c019381809af4548ce037a2c79 | |
parent | 8f534718ee3b13340f2d489eb0b5902f27f2980e [diff] |
Fixes for Murano Dashboard * Add possibility to specify protocol for Murano Dashboard If we are running Murano under SSL on load-balancer or nginx we will get the following error: `Error: 400 The plain HTTP request was sent to HTTPS port: 400 Bad` `Request: The plain HTTP request was sent to HTTPS port: nginx` To avoid this we need to switch from hardcoded http to https. * If we are going to use self-signed certificates we should set MURANO_API_INSECURE = True https://docs.openstack.org/developer/murano/administrator-guide/deploy_murano/configure_ssl.html#configure-ssl-for-the-dashboard