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
19
votes
3 answers

python and PEP 440 - how serious is this warning about PEP440?

I had to install OpenStack using devstack infrastructure for experiements with open vSwitch, and found this in the logs: /usr/lib/python2.7/site-packages/setuptools/dist.py:298: UserWarning: The version specified ('2014.2.2.dev5.gb329598') is an…
Mark
  • 6,052
  • 8
  • 61
  • 129
13
votes
5 answers

Openstack and devstack

Does devstack completely install openstack? I read somewhere that devStack is not and has never been intended to be a general OpenStack installer. So what does devstack actually install? Is there any other scripted method available to completely…
kaus
  • 163
  • 1
  • 6
11
votes
1 answer

Vagrant - paver devstack error: "[Errno 20] Not a directory"

I am attempting to get edx Devstack installed with Vagrant, and I'm on a Windows machine. I'm getting errors that appear to result from symlinks that aren't supported by Windows. According to the edx troubleshooting guide under Dealing with line…
Evelyn
  • 2,588
  • 3
  • 22
  • 47
10
votes
0 answers

openstack devstack installation stops with Connecting Dashboard Url

I was facing the below errors in OpenStack installation. Problem in connecting the dashboard URL. Changed the url in openrc file by removing version like below http://100.1.201.102:5000/identity. But still facing the same below issue. please let me…
LazyGuy
  • 715
  • 4
  • 12
  • 27
10
votes
7 answers

Installing Openstack errors

I have no experience in openstack and would appreciate anyone who can help and guide me with this issue. I'm installing openstack in virtual environment (Ubuntu 12.04) and this came out: git clone…
9
votes
0 answers

Minimal devstack with nova and floating ips

I'm trying to set up a minimal devstack that can launch nova instances, some which will have public addresses, and some which will need to open connections to the public network. I'd like to be able to assign floating ips to the instances, and have…
Cirdec
  • 24,019
  • 2
  • 50
  • 100
8
votes
1 answer

DevStack instances can't be reached outside devstack node

Following official documentation, I'm trying to deploy a Devstack on an Ubuntu 18.04 Server OS on a virtual machine. The devstack node has only one network card (ens160) connected to a network with the following CIDR 10.20.30.40/24. I need my…
8
votes
7 answers

Restarting a service in Openstack installed using Devstack

How to restart a specific openstack-service installed using devstack?
user3170122
  • 677
  • 3
  • 9
  • 18
7
votes
7 answers

Error with rabbit-mq server

I am trying to setup OpenStack on Ubuntu 12.04 using devstack. Now, the error I am getting is: Setting up rabbitmq-server (2.7.1-0ubuntu4) ... Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_{log,…
Pensu
  • 3,263
  • 10
  • 46
  • 71
5
votes
4 answers

ERROR /opt/stack/devstack/lib/neutron_plugins/ovn_agent:174 Socket

This is the error I got while installing DevStack on Ubuntu 20.04 VM with 7GB of Ram. How to solve this issue? Call…
Jeevan R
  • 51
  • 1
  • 3
5
votes
2 answers

Openedx devstack installation

Instructions of openedx devstack installation I'm trying to install the openedx hawthorn release on my Mac. I followed the instructions, but when I ran make dev.clone, it gave me the error below: fatal: not a git repository (or any of the parent…
Zhi Li
  • 71
  • 3
5
votes
2 answers

error: "/opt/stack/logs/error.log: No such file or directory" - devstack deploy in Ubuntu 12.04 LTS

during the devstack deployment in Ubuntu 12.04 LTS, I run the stack.sh script and the error jumps out: [Call Trace] ./stack.sh:191:die [ERROR] ./stack.sh:191 If you wish to run this script anyway run with FORCE=yes …
Oceanwu0
  • 61
  • 1
  • 3
5
votes
1 answer

OpenStack DevStack Fail: installs keystoneauth1 2.12.2, then demands 2.16.0 or better

This is on stable/newton, on Ubuntu 16.04 server. Error message is: File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 859, in resolve raise VersionConflict(dist,…
christopherbalz
  • 722
  • 1
  • 8
  • 22
5
votes
6 answers

No rejoin-stack.sh script in my setup

I've installed the "all-in-one" setup of DevStack. But when I rebooted my system nothings works, and I lose all my already-created instances, images, configs, ... I've found that I need to use the script rejoin-stack.sh but in my setup doesn't…
Ouadi
  • 103
  • 1
  • 2
  • 11
5
votes
3 answers

How to resolve this error while installing devstack kilo on ubuntu

This is what I did: 1) Cloned devstack kilo using the command: git clone https://github.com/openstack-dev/devstack.git -b stable/kilo 2) cd devstack 3) ./stack.sh I get the following error while installing devstack kilo on ubuntu. You are using pip…
Nikhil
  • 6,493
  • 10
  • 31
  • 68
1
2 3
23 24