On Wed, Apr 20, 2016 at 12:41 PM, Ken D'Ambrosio <[email protected]> wrote:
> 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. > 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'): openstack catalog show dashboard dt -- Dean Troyer [email protected]
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
