#!/bin/bash
set -e

sed -i "s/^ALLOWED_HOSTS.*/ALLOWED_HOSTS = [\"*\"]/" /etc/openstack-dashboard/local_settings

os-svc-restart -n httpd
