diff options
author | QiLiang <liangqi1@huawei.com> | 2016-08-16 03:56:32 +0800 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2016-08-16 04:00:25 +0800 |
commit | 507d971868b551bec44db62362c2dafe0f3af6c3 (patch) | |
tree | 5f71bf729bd3af6d00143d953b77633e8a0cef12 /deploy/adapters/ansible/openstack_mitaka/roles/apache/files | |
parent | 865e211e752f0de17d560da3c4641c1e3d9af8bb (diff) |
Add index.html for web server
JIRA: COMPASS-458
Change-Id: I812e098d11d82aec2376e7ae9f563d251a499104
Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/openstack_mitaka/roles/apache/files')
-rw-r--r-- | deploy/adapters/ansible/openstack_mitaka/roles/apache/files/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/openstack_mitaka/roles/apache/files/index.html b/deploy/adapters/ansible/openstack_mitaka/roles/apache/files/index.html new file mode 100644 index 00000000..f083c4f1 --- /dev/null +++ b/deploy/adapters/ansible/openstack_mitaka/roles/apache/files/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> + <head> + <title>Index</title> + </head> + <body> + <a href="/horizon">Openstack Dashboard</a> + </body> +</html> + |