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
2 answers

Devstack: TypeError: __init__() takes exactly 2 arguments (1 given)

I am getting this error when run horizon in devstack in eclipse. may be it's configuration error but I cannot solve it. please help WARNING:root:No local_settings file found. Traceback (most recent call last): File…
Syed Md. Kamruzzaman
  • 979
  • 1
  • 12
  • 33
0
votes
2 answers

Neutron in DevStack

I am trying to set up a machine with a single network card running DevStack with Neutron, but shack.sh is failing with 2014-12-16 23:39:47.221 | [ERROR] /home/stack/devstack/functions-common:1091 Failure creating private IPv4 subnet for…
Larry
  • 41
  • 1
  • 2
0
votes
3 answers

How to get Devstack Juno

I setup Devstack using this link: http://docs.openstack.org/developer/d... . but I got openstack old version. I want Openstack Juno version in devstack. what to do?
0
votes
1 answer

Devstack Juno: ImportError: No module named persistence.backends.sql

Deploying openstack using devstack ran across this error when I use keystone commands. [Thu Nov 27 09:20:59 2014] [error] [client 172.20.14.15] Traceback (most recent call last): [Thu Nov 27 09:20:59 2014] [error] [client 172.20.14.15] File…
Mahesh
  • 1,583
  • 13
  • 18
0
votes
2 answers

openstack how to prevent losing vms

I am using "devstack" to play with the openstack in my desktop. I had configured several vms in my instance. What happened was couple of days ago there was a power failure which caused my desktop to power down(I didnt have a UPS) attached to it.…
user1647708
  • 447
  • 3
  • 9
  • 22
0
votes
1 answer

Set up devstack with two ethernet interfaces

I'm trying to setup a devstack VM using virt-manager. The VM must have two interfaces: 1 interface to the internet (eth0) and 1 interface to connect to another physical machine (eth1). I setup this at my…
capzulu
  • 105
  • 1
  • 4
  • 13
0
votes
0 answers

"Access denied for user 'root'@'localhost' (using password: YES)") (HTTP 409)

I'm installing devstack using local rc file. After running the command ./stack.sh my devstack installation is stuck at various places. Mostly error is the 2014-09-29 13:14:44.324 | Conflict occurred attempting to store role. (1045, "Access denied…
Bhatti
  • 1
0
votes
3 answers

Cant start an instance openstack

I used devstack to setup openstack using ./stack.sh. I didn't add any files or change anything, everything is default. When I get on the dashboard and click launch on the included cirros image I get Error: Failed to launch instance "test": Please…
0
votes
1 answer

cannot create more than 2 instances with devstack

I am hosting devstack locally at my home and i need some help in figuring out why i cannot add more instances. So far, I imported the ubuntu iso as an image and have created 2 instances (5GB each). The problem is I am unable to create any more…
user1647708
  • 447
  • 3
  • 9
  • 22
0
votes
1 answer

Keystone GET user email

Hello I have been trying to get my contact information using the REST API that Keystone has without success I'm using an unscoped token and i'm getting a 401 Unauthorized even with the admin user, and i'm authenticating against the port 5000 and…
Rodrigo Montano
  • 303
  • 5
  • 13
0
votes
2 answers

How do you setup local.conf for devstack?

I am trying to set up devstack in a test environment. I eventually want to get to multi-node to show scaling, but for now I'd be glad if I could get it going within a single VM. From what I can see, the critical bit is getting the local.conf setup…
Jared
  • 1,887
  • 3
  • 20
  • 45
0
votes
1 answer

OpenStack Nova modification

I know the Structure of Open-stack and the basic idea of how it works. Could someone explain how I would go about modifying the scheduler for nova tho. I was thinking that I could download the code from git-hub then change some code around. The only…
Mikecit22
  • 157
  • 1
  • 14
0
votes
2 answers

How to connect devstack from java application

I installed devstack. I'm trying to develop a java web application that can connect openstack through RESTful, so that we get stored sample data from openstack into our application. What are the steps needed to do and how to start. If any sample…
jagan
  • 21
  • 1
  • 5
0
votes
1 answer

Can't SSH after creating an Instance from Command line

I am creating an instance from command line using command nova boot --no-service-net --no-public --disk-config AUTO --config-drive=true --flavor 2 --key-name key1 --image c28bc1e8-a25f-413c-9e13-fecdd5d6f522 test when instance launched successfully…
Zaheer Jan
  • 233
  • 4
  • 13
0
votes
1 answer

Django Error - settings.DATABASES is improperly configured

I have a problem with Django 1.6.2. Whenever I run stack.sh (devstack), I get the below error. 2014-04-22 17:24:36 + cd /opt/stack/horizon 2014-04-22 17:24:36 + python manage.py syncdb --noinput 2014-04-22 17:24:36 Traceback (most recent call…