Questions tagged [devstack]

A documented shell script to build complete OpenStack development environments and maintained by the OpenStack developer community

DevStack - documented shell script to build complete OpenStack development environments.

358 questions
0
votes
1 answer

How can I run Openstack devstack in my ASUS chromebook?

I use crouton to host a Ubuntu 14.04 LTS os on my chromebook and I am trying to use the devstack of the openstack. However, when I run ./stack.sh, I got error message saying: df: '/mnt/stateful_partition': No such file or directory df:…
Hang
  • 17
  • 6
0
votes
1 answer

Devstack installation failing in uploading Fedora image

I am installing Devstack stable/Juno on Ubuntu 14.04 LTS, I followed this steps: cloning devstack, modify stackrc "Git base to https", and I didn't modify localrc file, I'm giving the passwords when I run ./stack.sh But i'm having these errors,…
Soula
  • 55
  • 10
0
votes
2 answers

To install Devstack, how much memory should I use?

I installed VirtualBox and I want to install Devstack on ubuntu 14.10, this is just for test, So how much should I specify the RAM memory and Memory to use by the VM? I have a windows 7 with 32 bits Intel i3 RAM: 4 Go (2.64 Go usable) 27 Go space…
Soula
  • 55
  • 10
0
votes
1 answer

OpenStack Juno (Devstack) - How to Specify New Neutron Plugin Configuration Files?

I wasn't certain whether to put this question on stackoverflow or serverfault, but I think it is more coding related than IT infrastructure related. I'm adding a new Neutron L3 plugin and have attempted to mimic the functionality of a few good…
Ezra
  • 922
  • 7
  • 10
0
votes
2 answers

devstack juno networking route between networks

How can I configure neutron to allow routing between private networks in the same tenant? When I connect two private subnets with a router, I can't ping instances across the router.
DeWayne
  • 31
  • 1
0
votes
1 answer

communication between Openstack VM

How to make two VMs communicate with each other? I have to split a task between two VMs, so I think MPI has to be used, If so are there any useful resources that I can use to get started? Any help would be appreciated. P.S : I have instaled devstack…
mshahbazm
  • 611
  • 1
  • 11
  • 23
0
votes
1 answer

getting event information for rabbitmq from devstack

I am trying to get information from the event in openstack using rabbitmq."sudo rabbitmqctl list_queues" from this command am not getting any info count and if i do any operation on devstack like creation instance or volume, the event information…
0
votes
0 answers

pip wheel' requires setuptools >= 0.8 for dist-info support

I am trying to run devstack ./stack.sh, however it gives me this error: ERROR: 'pip wheel' requires setuptools >= 0.8 for dist-info support. To fix this, run: pip install --upgrade setuptools I tried different commands such as: pip install…
secret
  • 746
  • 2
  • 14
  • 28
0
votes
1 answer

Logging in jclouds still prints retry connection error to console, with credentials

Have two issues with this message. Info: using a local vm with openstack's devstack; icehouse version. Using 1.8.0 of jclouds. I am trying to configure the logger with jclouds and keep getting an error message print out to the console. But I keep…
Forrest
  • 95
  • 8
0
votes
1 answer

Error while installing Icehouse openstack using devstack

I am trying to install the icehouse openstack on Ubuntu 12.04 amd64, which is in VirtualBox. I am using devstack to do so. So, I am executing the script "stack.sh". While executing it throws this error: IOError:[Error 2]No such file or directory:…
0
votes
2 answers

Issue in starting OPenstack Nova while installing using devstack

I got below issue when nova tried to start. /usr/local/bin/nova-compute --config-file /etc/nova/nova.conf cloud@CloudServer:/opt/stack/devstack$ /usr/local/bin/nova-compute --config-file /etc/nova/nova.conf 2015-02-10 07:26:42.226 DEBUG…
Cloud
  • 123
  • 2
  • 9
0
votes
1 answer

Couldnt install Openstack-Devstack on DigitalOcean

I have been trying to install devstack on digitalocean's droplet with ubuntu 14.04 cloud edition. after several times i get this error. is someone familiar with it?
0
votes
2 answers

cant reach internet from instances in icehouse

I am having issues in reaching the internet from any of the instances created on the open-stack dashboard. Below are additional details I have created 2 instances with following IP's. Instance1 - 10.0.0.2(Floating IP: 192.168.2.2) Instance2-…
0
votes
1 answer

devstack vnc showing "access denied"

I tried setting up devstack in a desktop that i have and I am running into few problems. I created an instance but when I try to access it in the console I get "unauthorized access" exception. In the previous version of devstack I was able to…
user1647708
  • 447
  • 3
  • 9
  • 22
0
votes
1 answer

“settings.DATABASES is improperly configured” error performing syncdb with django 1.6.8

I've setup devstack juno and django version 1.6.8. when want to run this command python manage.py runserver I got this following error: WARNING:root:No local_settings file found. CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is…
Syed Md. Kamruzzaman
  • 979
  • 1
  • 12
  • 33