Comment 4 for bug 1496389

Revision history for this message
Robert Duncan (rduncan-t) wrote :

Hi,
correction, because murano uses a versioned url for keystone auth e.g.

# Complete public Identity API endpoint (string value)
#auth_uri=<None>
auth_uri=http://172.25.60.2:5000/v2.0

means domain users cannot use the murano API
murano should support keystone version 3 and use and unversioned auth URL, keystone presents http 300 'multiple choices' on the unversioned endpoint.

also there are no murano commands in the openstack common client such as 'openstack environment list'

thanks,
Rob.