heat-dashboard in queens
i want to install heat for queen. in the queen all keyston api use 5000 port but in the heat document use 35357 i change it to 5000 but still can not see orchestration in dashboard
First time here? Check out the FAQ!
i want to install heat for queen. in the queen all keyston api use 5000 port but in the heat document use 35357 i change it to 5000 but still can not see orchestration in dashboard
use apt install python-heat-dashboard to install heat dashboard and restart apache and heat service
In Newton, the Heat dashboard is built in to Horizon. In Queens it's a separate package, so you have to install it explicitly.
It is packaged for Debian, so you should be able to install it with apt-get if that's how you're installing the rest of OpenStack.
you are amazing. why can not i use pip for install? do you install masakari? what should i do to high available pet vm? masakari use pip and i use apt for install openstack and i got a lot of error when i want to install masakari what should i do? i am very thankful if you read my other question
i see the link. i should write apt install heat-dashboard?
Personally, I would use one of the installers, like TripleO or Openstack-ansible. But if you are rolling your own then OS packages are probably the best thing to use. I don't know about Masakari; it doesn't appear to be packaged in either Debian/Ubuntu nor RDO.
Heat dashboard installation is documented separately.
in newton the dashboard automatically installed. pip install heat-dashboard i never can install packages by pip my openstack just fine with apt. what is your opinion?
That you shouldn’t be afraid of pip.
Why the dashboard is not included in the Heat installation instruction now, but was included earlier, I can’t tell.
Asked: 2018-11-23 03:42:55 -0600
Seen: 341 times
Last updated: Nov 27 '18
multiple templates in user_data of heat template
heat - access created vm - permission denied (publickey)
How can you debug a Heat Template ?
order of resource via stack delete
HEAT syntax for multiple fixed_ips as a parameter
How to write hot to create external/provider network?
I have same problem. as I run "Create a stack of one CirrOS instance on the provider network" command, it prints internal error.
For object storage(swift) also like this, all Keystone API service endpoints use 5000 port but in the swift document they mentioned as 35357, I changed that to 5000, that was worked for me