diff --git a/templates/openrc.j2 b/templates/openrc.j2 index 35b0cb7..5932046 100644 --- a/templates/openrc.j2 +++ b/templates/openrc.j2 @@ -31,8 +31,8 @@ export OS_AUTH_VERSION=3 {% endif %} {% if openrc_insecure | bool %} -export OS_INSECURE=1 -export OS_VERIFY= +export OS_INSECURE='true' +export OS_VERIFY='false' # Convenience Aliases for Self-Signed Certs alias cinder='cinder --insecure' alias glance='glance --insecure'