Openstack's dashboard that can be used to manage components
Questions tagged [openstack-horizon]
20 questions
2
votes
1 answer
Login to Openstack Horizon Failed
I setup Openstack Horizon using the official Guide https://docs.openstack.org/horizon/ussuri/install/install-ubuntu.html
But now I can not login. I checked the credentials with the CLI client and they work without a problem.
In…

loewexy
- 33
- 7
1
vote
0 answers
Problems connecting to OpenStack-horizon
After installing OpenStack with LXD on GoogleCloud (Ubuntu 18.04) using conjure-up, I am unable to access horizon (via website).
Per other people’s suggestions, I tried;
‘juju expose openstack-dashboard’
and
‘sudo iptables -t nat -A PREROUTING…

afernandez
- 31
- 1
1
vote
1 answer
Openstack can't connect to instance via Horizon console
I installed Openstack on a machine with Ubuntu Server 16.04 and almost everything works fine, but when I try to connect to the Horizon console of the instance I get the error:
Unable to load console. Please reload page to try again.
I can ping and…

Gianmarco Biscini
- 121
- 1
- 5
1
vote
1 answer
Httpd Misconfiguration of certificate's CN and virtual name
I'm deploying openstack on CentOS7 and every services and modules deployed well.
but When I type http:///dashboard , after few minutes, error message 500 "Internal Server Error" appears.
I'd checked /var/log/httpd/error_log and saw…

Fatemeh Abdollahei
- 131
- 1
- 9
1
vote
2 answers
OpenStack: Create multiple instances using Horizon?
I have been reading up on deploying an OpenStack cluster in order to create a large number of instances. I haven't been able to find a script/blog/template guide on how to spin up 100+ instances at once. Is there a way to do this within Horizon?…

lostyourfill
- 11
- 2
1
vote
0 answers
Page not found (404) error. "The current path, dashboard/auth/login/, didn’t match any of these."
I'm attempting to get Devstack and Horizon working on Ubuntu 20.04.
Devstack seems to install OK. I'm following the steps: All-In-One Single Machine, DevStack Networking, (Horizon) Quickstart, and OpenStack, Devstack and Horizon... on…

BurningKrome
- 525
- 2
- 12
- 22
1
vote
1 answer
Can more than 10 instances be created in openstack
In openstack dashboard in project under compute,limit summary shows instances as 10.
Can we created more than 10 instances.

bhushna
- 11
- 1
0
votes
1 answer
Does disk space required in compute node when launch instance from block storage?
Does disk space required in compute node when launch instance from block storage?
My setup is like 1 controller, 3 compute(each 50GB disk) and 1 cinder storage.. I'm lunching instance from cinder volume. While launching instance does it check disk…

Pandiarajan S
- 1
- 2
0
votes
1 answer
Good approach for installing Openstack on Xen
I'm new to Openstack and I've one physical server with Xen installed on it .. My idea is :
I want to use openstack in order to create compute instances on my server (Xen)
but actually i'm not sure about the right infrastructure for accomplishing…

Jason4Ever
- 111
- 1
- 6
0
votes
1 answer
Migrating Devstack to subdomain cannot login to Horizon dashboard
I changed the Apache2 virtual host to put horizon on a subdomain so I can access it easier from abroad. I added the domain and subdomain to the local_settings.py for horizon and restarted horizon.
I have added the subdomain and domain to the…

Lance
- 1
0
votes
1 answer
How to solve Failed to retrieve management_url from token issue in order to login to Openstack's Horizon?
Attempt
Reading this Q&A did not solve the issue.
/etc/keystone/keystone.conf
provided if requested
/etc/openstack-dashboard/local_settings
provided if requested
User
A user has been created and it is possible to authenticate
keystone tenant-create…

030
- 5,901
- 13
- 68
- 110
0
votes
0 answers
Openstack Horizon Customization
I have deployed openstack (zed version) using kolla installation as a learning experience in a Centos 9 machine. I am trying to customize horizon dashboard so specific roles wont see certain panels.
For example i want to hide the panel "Routers"…

george nik
- 1
- 1
0
votes
0 answers
Openstack DB issues
Had a power issue and my openstack will not fully come up.
It is showing that I have VM's but from 5 years ago and not recent ones.
I need help bringing it up.
I am running an OLD version of the software.
+-----------------+-------+
| Field …

ebarak
- 1
0
votes
0 answers
Non Admin openstack user is unable to create compute instances on Horizon Dashboard
Problem Statement:
Non Admin user is unable to create instances using Openstack Horizon Dashboard.
Errors:
Errors seen in sequence on the top right of the page are:
Error: Forbidden. Insufficient permissions of the requested operation
Error: Unable…

Abhijit Anand
- 1
- 1
0
votes
0 answers
launch vm on specific compute from horizon
Openstack CLI allows a selection of a specific compute with --host HOST or --hypervisor-hostname HYPERVISOR or --availability-zone ZONE:HOST:NODE option during server creation.
Ref:…

npmp
- 1
- 1