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

Cinder Driver failed to start

I have written a cinder driver but it is failing to start. It is giving me following error 2016-11-29 17:01:56.807 INFO cinder.volume.manager [req-4fe59a59-bb73-48e4-bfca-e8730e9a74c8 None None] Determined volume DB was empty at…
Atul K.
  • 352
  • 1
  • 6
  • 16
0
votes
4 answers

DevStack Installation Ubuntu Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-fWegjM/rcssmin/

During the installation process of devstack in Ubuntu using stack.sh , am having the error mentioned in ** below. Kindly share the solution if anyone figured out the way to do so. 2016-10-29 16:52:39.981 | File…
0
votes
1 answer

DevStack: failed to create new CentOS instance

After deployed DevStack, I managed to create cirros instances. Now I want create CentOS instance: I download image CentOS-7-x86_64-GenericCloud-1608.qcow2 from [here].(http://cloud.centos.org/centos/7/images/) Then I run nova boot --flavor…
Sayakiss
  • 6,878
  • 8
  • 61
  • 107
0
votes
1 answer

OpenStack: add security rules failed due to multiple security groups named with "default"

After installed devstack, I follow the doc to set security rules: $ openstack security group rule create --proto icmp --dst-port 0 default More than one security_group exists with the name 'default'. It claims I have multiple security_group which…
Sayakiss
  • 6,878
  • 8
  • 61
  • 107
0
votes
0 answers

Vagrant Monasca VM mounting failed with the error: No such device. Works with sudo

I am trying to create DevStack + Monasca setup on a Ubuntu 14.04 (64 bits) host running on a VirtualMachine. Using the setup instructions given here: https://github.com/openstack/monasca-vagrant This is a 2 VM setup - devstack & monasca running on…
0
votes
1 answer

DevStack: error on instance creation

I have problems in installing correctly DevStack on my computer. The procedure I follow I started by cloning the repository from here: git clone https://git.openstack.org/openstack-dev/devstack Then, I created my local.conf file in the /devstack…
Eleanore
  • 1,750
  • 3
  • 16
  • 33
0
votes
1 answer

Devstack installation,oslo_log ImportError: cannot import name versionutils?

I'm tring to install Devstack(stable/kilo) on Ubuntu 14.04 x64. I tried many time,got the flowing error: 2016-07-20 13:24:59.856 | + /usr/local/bin/keystone-manage db_sync 2016-07-20 13:25:00.933 | Traceback (most recent call last): 2016-07-20…
chao
  • 51
  • 5
0
votes
1 answer

devstack error:deprecated has no attribute NEWTON

when i tried to install devstack on Ubuntu 14.04,the error occurred. [stage/main/keystone]error:versionutuils deprecated has no attribute NEWTON
24snail
  • 21
  • 3
0
votes
0 answers

Openstack - Could not find resource admin error when lauching multi-region

I'm trying to launch a multi-region cloud with devstack, but keep getting the error message Could not find resource admin during the install of devstack on the 2nd region. Openstack itself is not even installed on the 2nd region, while…
Vini.g.fer
  • 11,639
  • 16
  • 61
  • 90
0
votes
1 answer

devstack error: The request you have made requires authentication. (HTTP 401)

I installed devstack successfully only on the first time. Then, after running again ./stack.sh I get error: 2016-01-20 19:58:45.797 | + '[' -n /home/const/data/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-vmlinuz…
Costa
  • 461
  • 7
  • 13
0
votes
1 answer

How to install devstack pointing mitaka milestone1?

I try to install the devstack using stack.sh, How to I clone the mitaka milestone1 for the devstack installation For example git clone http://git.openstack.org/openstack-dev/devstack mitaka it shows error
Siva
  • 1
  • 3
0
votes
1 answer

pycadf error while installing devstack kilo in ubuntu

/usr/local/bin/keystone-manage db_sync Traceback (most recent call last): File "/usr/local/bin/keystone-manage", line 4, in import('pkg_resources').require('keystone==2015.1.3.dev15') File…
0
votes
0 answers

Cannot find logs in openstack

I recently installed open stack, and whenever I launch an instance I get an error state. To resolve this, I tried looking for the logs, however I cant seem to find the logs anywhere! (No logs in this location:…
user2883071
  • 960
  • 1
  • 20
  • 50
0
votes
1 answer

Openstack odes not have nay flavours/images

I tried creating a basic network in openstack, but the selection for instances and flavours are empty. How do I load instances/flavours into open stack? and where can I get them from.
user2883071
  • 960
  • 1
  • 20
  • 50
0
votes
1 answer

FLAT_INTERFACE in local.conf in devstack

I have two questions regarding devstack. For the All-In-One Single Machine setup for devstack, there is a setting FLAT_INTERFACE=eth0. Where is this variable FLAT_INTERFACE used in the stack.sh script? I can see the variable FIXED_RANGE is used in…
Charles Ju
  • 1,095
  • 1
  • 9
  • 28