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
1
vote
3 answers

devstack - allow ssh from guest vm to devstack

can a guest instance in devstack with the following interfaces and route (see below) access the devstack instance in this way: ssh ubuntu@10.0.0.1 (keys are set correctly)? 2: eth0: mtu 1450 qdisc pfifo_fast state…
chi
  • 11
  • 2
1
vote
1 answer

How to make devstack persist changes after reboot of system in ubuntu 16.10?

I created a debian image which is of QCOW2 type and launched a instance using the same image. instance was successfully running and image creation was succesful too. I want to persist this and all other changes i will make into devstack even after…
1
vote
1 answer

Error on configuring Devstack compute nodes: Service n-net is not running

While installing Devstack on a compute node in a multi-node devstack lab environment error encountered: Service n-net is not running. The local.conf file has localrc as: HOST_IP=192.168.42.12 # change this per compute node …
1
vote
1 answer

'module' object has no attribute '__version__' during openstack /devstack installation

I have tried updating pip but it didn't helped. How to get past this error. +./stack.sh:main:1033 create_keystone_accounts +lib/keystone:create_keystone_accounts:372 local…
Asim Rajan
  • 31
  • 1
  • 6
1
vote
1 answer

Is Swift accessible if OpenStack is installed

If I have OpenStack installed on my local(virtual) machine does it mean that I can access Swift form other external hosts using API? I use DevStack install package
Serob_b
  • 965
  • 12
  • 29
1
vote
1 answer

Devstack fails with oslo.policy version mismatch

I am trying to install devstack(stable/newton). I am getting the following error: Traceback (most recent call last): 2016-11-29 16:36:55.348 | File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main 2016-11-29…
Pradeep
  • 1,198
  • 3
  • 12
  • 22
1
vote
2 answers

Devstack installation error - Initializing Designate - AttributeError: 'module' object has no attribute 'set_defaults'

recently I've been re-installing Devstack successfully couple of times. Today I got following error: ==> default: 2016-11-10 13:26:02.723 | Initializing Designate ==> default: Traceback (most recent call last): ==> default: File…
1
vote
2 answers

devstack installation failing tempest test-requirements

I am getting below error during installation of openstack via devstack in VirtualBox + Ubuntu environment 2016-10-03 06:10:04.370 | Collecting hacking<0.12,>=0.11.0 (from -r /opt/stack/tempest/test-requirements.txt (line 4)) 2016-10-03 06:11:00.780…
Dharma
  • 69
  • 5
1
vote
1 answer

AMQP server on localhost:5672 is unreachable: [Errno 111] ECONNREFUSED

i am trying to add additional compute node on different virtual machine to the pre-installed openstack. I disabled the firewall services,enable to ping other virtual machine.. but still compute node is not able to register with Rabbitmq service…
Suneha
  • 121
  • 2
  • 4
  • 10
1
vote
2 answers

openstack instance fails to spawn

i was able to spin up instance with cirros but i have created image of ubuntu 14.04 but i was unable to spin up instance using this image Please find the lob ebelow Error: Failed to perform requested operation on instance "test", the instance has…
1
vote
1 answer

pycharm remote debugging unable to retrieve variables

I just getting started to develop openstack. when it comes to debuging program on my server where devstack is deployed, I congured remote debug options flowing docs on Pycharm's offcial site. problem raised. The Frames or call stack? display…
chris Ren
  • 71
  • 7
1
vote
1 answer

i have installed devstack in VM, how i can do to reboot and don't lose all

i have just installed Devstack in VM for my University Tesis but whenever i shutdown the virtual machine i lost all. the command ./rejoin-stack.sh do not exist in the newer version of Devstack. How i can do?
1
vote
0 answers

openedx - devstack installation error: bower not found

I tried to install the openedx devstack using dogwood.3 release. In the provision steps I get this error: default: stderr: /bin/sh: 1: /edx/app/programs/programs/node_modules/.bin/bower: not found here's the steps I followed: curl -L…
1
vote
2 answers

Get stack status through REST API without mentioning Tenant/Project id in devstack

All, I want to get status of newly orchestrated stack in devstack though REST API. I am using following method to get the status and it is successful. GET http://10.0.124.61:8004/v1//stacks/ But, the challenge is sometime, I…
Sabari Ram
  • 69
  • 2
  • 3
  • 11
1
vote
1 answer

devstack openstack-dashboard not found in /etc

I am currently trying to integrate shibboleth IdP with devstack, I am following the method described here: https://github.com/burgosz/openstack-horizon-shibboleth. But in the last step of this process, I need to edit the configuration file of…