labs: set authentication host (OPENSTACK_HOST)

Set OPENSTACK_HOST (default: 127.0.0.1) to controller-mgmt.
Change-Id: I54e4aa5786426d30074a51100162a53f9d1768f7
This commit is contained in:
Roger Luethi
2014年11月29日 14:40:53 +01:00
parent 826588274a
commit 9bba978fd4

View File

@@ -44,6 +44,10 @@ function check_dashboard_settings {
echo -n "Allowed hosts: "
grep "^ALLOWED_HOSTS" $dashboard_conf
local auth_host=controller-mgmt
echo "Setting OPENSTACK_HOST = \"$auth_host\"."
sudo sed -i "s#^\(OPENSTACK_HOST =\).*#1円 \"$auth_host\";#" $dashboard_conf
}
echo "Checking dashboard configuration."
Reference in New Issue
openstack/training-guides
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.