Fuel master UI is not accesible with Mirantis 8.0
Anyone tried with Mirantis 8.0 integration with vmware? I have installed Mirantis-OpenStack-8.0.iso on virtual machine and then configure static ips, ntp, DNS, gateway and other options with "fuelmenu" command.
But when I tried to access fuel master UI with ip address it always gives error "Error:Sript error for: main http://requirejs.org/docs/errors.html#scripterror (http://requirejs.org/docs/errors.html...) "
or page can not displayed.
I have configured two ip addresses on fuel-master one for PXE boot and another for public network.
I have tried following combinations to access fuel-master UI.
https://x.x.x.x:8443 (secure PXE ip address)
http://x.x.x.x:8000 (Normal PXE ip address)
or
https://y.y.y.y:8443 (secure public ip address)
http://y.y.y.y:8000 (Normal public ip address)
Any help would be appreciated.