Questions tagged [openstack-horizon]

Openstack's dashboard that can be used to manage components

15 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
  • 5
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…
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…
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?…
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…
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…
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…
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…
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,731
  • 12
  • 61
  • 107
0
votes
1 answer

OpenStack Queens: Horizon Fails after rebooting the controller node

The controller node was rebooted and some VMs were running. After that, when logging to Horizon, I keep receiving the following error: Error: Unable to retrieve instances. And I can no longer see the VMs that was running. The following is the output…
0
votes
0 answers

OpenStack Slowness on Centos Stream

I just deployed a new cluster of Openstack Victoria using PackStack on Centos Stream, same hardware but for some reason this new cluster runs terribly slow, from the dashboard to the actual instances (VM's) processing. Are there any possible causes…
0
votes
1 answer

Horizon floating ip address

I wonder if anyone knows why there is no panel for floating ip address in the Horizon dashboard? here is my Horizon dashboard version: 3:18.3.2-0ubuntu0.20.04.4 I can create and assign using the openstack cli.
Behzad
  • 37
  • 3
0
votes
1 answer

How to create a new user correctly in a debian instance?

I am using ready-made images of debian in the qcow2 format. The default user is "debian". I want to create another user via openstack-horizon. So I elaborated the following script: #cloud-config users: - name: jumper ssh-authorized-keys: …
campos
  • 17
  • 3