summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-04-04 13:28:03 +0000
committerGerrit Code Review <review@openstack.org>2014-04-04 13:28:03 +0000
commit49e0fa0255e520d8259276adb61fc983aa61b8c4 (patch)
treea93c499a2b001d842e8087a62d092b913c40cec1
parent2b696b5c525402b71f98cabbee7af47192fc73b4 (diff)
parent3a13ca8f8f636239721528feb924355aad693e6b (diff)
downloadtuskar-ui-49e0fa0255e520d8259276adb61fc983aa61b8c4.tar.gz
Merge "Clarified initialization message"
-rw-r--r--tuskar_ui/infrastructure/overcloud/templates/overcloud/_detail_overview.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tuskar_ui/infrastructure/overcloud/templates/overcloud/_detail_overview.html b/tuskar_ui/infrastructure/overcloud/templates/overcloud/_detail_overview.html
index 562b52d6..92407dcf 100644
--- a/tuskar_ui/infrastructure/overcloud/templates/overcloud/_detail_overview.html
+++ b/tuskar_ui/infrastructure/overcloud/templates/overcloud/_detail_overview.html
@@ -57,15 +57,15 @@
{% if not dashboard_urls and not overcloud.is_deploying and not overcloud.is_failed and not overcloud.is_deleting %}
<div class="row-fluid">
<div class="span8">
- <p>Your Overcloud has been successfully deployed. It needs to be initialized first, before you will be able to use it.
+ <p>Your OpenStack Deployment has been successfully deployed. It needs to be initialized before you will be able to use it.
<p/>
<button type="button" class="btn btn-primary" data-toggle="collapse" data-target="#demo">
Initialize
</button>
<div id="demo" class="collapse">
- <p>You need to run below commands on the machine where you have tripleo source code and
- direct access through ssh to control node ({{overcloud.keystone_ip}})
+ <p>You need to run the below commands on the machine where you have tripleo source code and
+ direct access through ssh to control node ({{overcloud.keystone_ip}}).
</p>
<pre>
export TRIPLEO_ROOT=~/tripleo
@@ -179,7 +179,7 @@
</p>
{% endfor %}
{% else %}
- You need to initialize you Overcloud first.
+ You need to initialize your OpenStack Deployment first.
{% endif %}
</div>
</div>