Print the overcloud endpoint at the end if deploying

Change-Id: I6cbb1666cc6c39e50c8e32a5279495cc73b3a1ea
This commit is contained in:
Dougal Matthews 2015-06-08 11:51:23 +01:00
parent 9e23f163ed
commit 2882cfb70b
1 changed files with 2 additions and 0 deletions

View File

@ -539,4 +539,6 @@ class DeployOvercloud(command.Command):
self._update_nodesjson(stack)
overcloud_endpoint = self._get_overcloud_endpoint(stack)
print("Overcloud Endpoint: {0}".format(overcloud_endpoint))
print("Overcloud Deployed")