Questions tagged [openstack-horizon]

Horizon is a Django-based project aimed at providing a complete OpenStack Dashboard along with an extensible framework for building new dashboards from reusable components.

Horizon (OpenStack Dashboard)

Horizon is a Django-based project aimed at providing a complete OpenStack Dashboard along with an extensible framework for building new dashboards from reusable components. The openstack_dashboard module is a reference implementation of a Django site that uses the horizon app to provide web-based interactions with the various OpenStack projects. It provides a web based user interface to OpenStack services including Nova, Swift, Keystone, etc.

178 questions
7
votes
9 answers

How to get openstack version using Horizon or Openstack client?

How to get OpenStack version using Horizon or OpenStack client? When I ran the command openstack --version, I got below output : openstack 3.15.0 Now from this, how we can get which relesae of openstack it is e.g. newton, kilo? Another question, if…
sauumum
  • 1,638
  • 1
  • 19
  • 36
6
votes
4 answers

Openstack Dashboard default password

i installed Openstack from http://devstack.org/ to my Ubuntu 14.04 server Now i can't login to my dashboard from browser. i tried admin admin or admin secrete What should i do ? Best Regards
itirazimvar
  • 859
  • 1
  • 10
  • 20
5
votes
1 answer

Instance creation in devstack icehouse

I want to create few instance having ubuntu installed on it using openstack. I tried following steps Approach 1 installed icehouse devstack git clone -b stable/icehouse https://github.com/openstack-dev/devstack.git cd devstack ./stack.sh after…
sumit kumar
  • 602
  • 3
  • 11
  • 26
5
votes
5 answers

Openstack. "No valid host was found" for any image other than cirrOS

I'm getting the following error on my Openstack (DevStack) every time I try to launch an image other than cirrOS. Walking through internet leads me to: Openstack cannot allocate RAM, CPU resources. It's not true because I have a lot of RAM, disk…
ZuzEL
  • 12,768
  • 8
  • 47
  • 68
5
votes
6 answers

Getting auth token from keystone in horizon

I want to get the auth token from keystone using horizon and then wants to pass that auth token to my backed code. i don't know how to get this, please help me out. I read many articles and blogs blogs but i am not able to find the answer. Please…
Nikunj Aggarwal
  • 423
  • 2
  • 7
  • 18
5
votes
3 answers

Cannot create volume of more than 2 GBs in openstack

I have installed OpenStack on my local machine. I am able to perform every functionality such as uploading image, creating and launching instance, associating floating ip etc. But I cannot create volume of more than 2 gb. If I create any volume of…
Apurva Mayank
  • 721
  • 2
  • 12
  • 32
4
votes
5 answers

Trouble with installing openstack through devstack script

I am facing a problem while installing openstack through devstack script on my Ubuntu 15 lts. It says: sorry, but this version only supports 100 named groups" AssertionError: sorry, but this version only supports 100 named groups …
4
votes
1 answer

OpenStack Network not working after IPTables was turned off and then back on

I installed OpenStack on RHEL6 using DevStack and had it running nicely. One day one of our "system administrators" noticed that iptables was running on the system and decided to turn it off (chkconfig iptables off). He then restarted the server and…
4
votes
0 answers

OpenStack VM not able to access internet

I have installed openstack using devstack. I am able to create the instance, I can also login into the instance via ssh, but the VM is not getting the internet access. I have also given the free range of IP address to the instance. I am only able to…
Apurva Mayank
  • 721
  • 2
  • 12
  • 32
3
votes
2 answers

where can I find log files in devstack?

[[local|localrc]] ADMIN_PASSWORD=pass123 DATABASE_PASSWORD=$ADMIN_PASSWORD RABBIT_PASSWORD=$ADMIN_PASSWORD SERVICE_PASSWORD=$ADMIN_PASSWORD HOST_IP=192.168.1.57 #…
3
votes
2 answers

OpenStack: Keystone and nova-network inactive after reboot

After Installing RDO (OpenStack Packstack) on CentOS 7.2 (7.2.1511) I always end up with following: Once OpenStack is successfully installed I can use OpenStack as intended. Even that openstack-status returns: .. openstack-nova-network: …
3
votes
2 answers

how to get openstack openrc file through command line

I deployed OpenStack Ubuntu and like to script launch instances. One thing is that I can not find a way to get openrc file other manually log on dashboard and download it. Is there any way to download this openrc file through command line or…
Kevin Nguyen
  • 95
  • 1
  • 8
3
votes
3 answers

How can I debug Openstack Dashboard?

I'm running the Openstack Cloud System. I installed and deployed the kilo version on the server successful, but this is only the default version of Openstack. So that, I want to have some modifies on this openstack source and add more features to…
user2130296
  • 129
  • 3
  • 9
3
votes
0 answers

How to get usage of quotas with java implementation on OpenStack

I want to learn java codes how to "show quota details for user" on OpenStack API. I can implement quota limit : String zone = ConfigFactory.load().getString("openstackZone"); NovaApi novaApiClient = getNovaApi(userId, projectId); Optional
3
votes
2 answers

What are the advantages ManageIQ has over OpenStack Horizon? I am currently working on Horizon but was wondering if ManageIQ is better

What is the difference between those two? I want to control resources down to the user level from the dashboard. Just wanted to know what are the advantages of using ManageIQ or Horizon.
1
2 3
11 12