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
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
1 answer

DevStack Installation Error: Directory 'opt/stack/nova' is not installable

I'm trying to install Devstack on Ubuntu 14.04 all of which is running in a VirtualBox VM. When I run ./stack.sh the script runs for a little while then I get this error in the terminal: DEPRECATION: --no-install, --no-download, --build, and…
earnThis
  • 61
  • 2
  • 5
5
votes
1 answer

Openstack/Nova : No route to host when I'm trying to ssh instance

I run a little dev vagrant box with Openstack installed on it thanks to devstack. Everything runs pretty good, but I can't manage to connect through ssh to my new instance. When I try ssh -i ~/.ssh/id_rsa cirros@10.0.0.2 I get the following message…
MaximeHeckel
  • 448
  • 1
  • 9
  • 24
4
votes
2 answers

Installing devtsack using ./stack.sh fails at devstack@etcd.service

I'm trying to run devstack on Ubuntu 16.04 VM using ./stack.sh +lib/etcd3:start_etcd3:61 sudo systemctl daemon-reload +lib/etcd3:start_etcd3:62 sudo systemctl enable devstack@etcd.service Created symlink from…
Suren Konathala
  • 3,497
  • 5
  • 43
  • 73
4
votes
3 answers

devstack glance error at installation

+functions:wait_for_service:407 +lib/glance:start_glance:355 +functions-common:die:186 [Call Trace] ./stack.sh:1275:start_glance /opt/stack/devstack/lib/glance:355:die [ERROR] /opt/stack/devstack/lib/glance:355 g-api did not start Error on exit OS…
sung-il
  • 151
  • 1
  • 2
  • 7
4
votes
1 answer

While running stack.sh getting ""OSError: [Errno 13] Permission denied: '/home/'/home/rayra/.cache/pip/wheels... and exits

>InsecurePlatformWarning Exception: Traceback (most recent call last): File "/home/rayra/devstack/devstack/tmp-venv-5XVD/local/lib/python2.7/site-packages/pip/basecommand.py", line 223, in main status = self.run(options, args) File…
RanjitRay
  • 41
  • 4
4
votes
0 answers

ERROR: venv: commands failed while installing devstack on ubuntu 14.04LTS

I am trying to install devstack on ubuntu 14.04 LTS. While installing I came across this error. Up to this I edited local.conf file. Installed libvirt-1.2.15. The detail screenshot is as follows: venv create: /opt/stack/tempest/.tox/venv venv…
Yogesh Jilhawar
  • 5,605
  • 8
  • 44
  • 59
4
votes
4 answers

how to get instances back after reboot in openstack

After successful installation of devstack and launching instances,but once reboot machine, need to start all over again and lose all the instances which were launched back then.I tried rejoin-stack but did not worked,How can i get the instances back…
Amrut Hunashyal
  • 178
  • 1
  • 11
4
votes
2 answers

vagrant port forwarding does not work

I installed a precise32 VM using Vagrant in which I am trying to employ devstack for openstack developing. In order to access the service from host, I set up some forward ports in configure file but it does not work. That is I can not connect to…
Lamian
  • 313
  • 2
  • 5
  • 12
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
3 answers

Completely remove openstack from system after installation from devstack script

I am installing OpenStack on my local machine via this link. But I am having trouble in completely removing installed components from my local machine. I ran following command:- $ sudo ./unstack.sh tgtadm: can't send the request to the tgt daemon,…
Apurva Mayank
  • 721
  • 2
  • 12
  • 32
3
votes
2 answers

How to run custom openedx project in localhost

I have the edx-platform, ecommerce, ecommerce-themes, credentials and edx-theme directories. I have installed successfully tutor and devstack but I didn't find the way to replace these custom directories. So, what is the correct way to replace them…
3
votes
4 answers

PermissionError: [Errno 13] Permission denied: '/opt/stack/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd'

I am following the instructions from this tutorial to install devstack. When I type ./stack.sh, I am receiving the following error: Exception: Traceback (most recent call last): File…
Dalton Cézane
  • 3,672
  • 2
  • 35
  • 60
3
votes
3 answers

While installing openstack on Ubuntu 18.04, I am stuck at error: cannot uninstall 'simplejson'

I am trying to install openstack (single node) on machine with Ubuntu 18.04, I did following steps: update and upgrade ubuntu, installed git, cloned devstack then after running stack.sh, I am stuck at "Error: Cannot uninstall 'simplejson'. It is a…
kashif k
  • 55
  • 1
  • 6
3
votes
0 answers

Where is the keystone virtual configuration file in Devstack?

Where is the file wsgi-keystone.conf located in the Devstack env? I am trying to configure federation. I only can see this file: keystone-wsgi-public.conf Which contains: ProxyPass "/identity"…
Poonam
  • 31
  • 1
1
2
3
23 24