Hi,
I wrote my own ansible to deploy the components, the need for my environment is a bit
specific. I followed the document from openstack.
Thanks
Puthi
On Jun 27, 2016, at 3:17 PM, Alan Pevec <apevec(a)redhat.com>
wrote:
> On Mon, Jun 27, 2016 at 9:52 AM, Soputhi Sea <puthi(a)live.com> wrote:
> Thanks for pointing out, i just revisit the document for openstack-dashboard. And
here is what i changed, it works now.
> /etc/openstack-dashboard/local_settings
> #note this option, i thought it enable by defaut but it is not
> OPENSTACK_API_VERSIONS = {
> "identity": 3,
> "image": 2,
> "volume": 2,
> }
> ...
> OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" % OPENSTACK_HOST
What was the installation tool, packstack or tripleo?
Cheers,
Alan