<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 20, 2016 at 12:41 PM, Ken D'Ambrosio <span dir="ltr"><<a href="mailto:ken@jots.org" target="_blank">ken@jots.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So I'm trying to write up a user/tenant creation script, and then when it's done, I want to fire off an e-mail with relevant info to the new user.  One thing I'd like to send along is the URL for horizon for whichever cloud I've just created them accounts on... but I don't see how to get that from the CLI.<br></blockquote><div><br></div><div>Usually, the dashboard URL is not available from any of the REST APIs.  It is possible for a deployment to have a dashboard entry in the Service Catalog, if so you can get that using OpenStackClient with this (assuming the service type is 'dashbaord'):</div><div><br></div><div>  openstack catalog show dashboard</div><div><br></div><div>dt</div></div><div><br></div>-- <br><div class="gmail_signature"><br>Dean Troyer<br><a href="mailto:dtroyer@gmail.com" target="_blank">dtroyer@gmail.com</a><br></div>
</div></div>