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

'Neutron did not start' occurred while building devstack

I'm trying to building a devstack on my ubuntu20.04. About the network configuration, I used linuxbridge as Q_AGENT and the neutron can't be started. In the log, 'Neutron did not start' occurred. It shows that neutron service can't be started Here…
inori
  • 11
  • 1
1
vote
0 answers

Openstack and neutron failing: Versioning for this project requires either an sdist tarball, or access to an upstream git repository

I have already tried the Stack Overflow solution 58854822 (python setup.py sdist error Versioning for this project requires either an sdist tarball, or access to an upstream git repository). The solution at…
RightmireM
  • 2,381
  • 2
  • 24
  • 42
1
vote
1 answer

Openstack: ERROR: Could not install packages due to an EnvironmentError

I'm trying to install Openstack on Ubuntu-18.04 LTS using devstack and ./stack.sh fails with below error. Collecting setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,<58.0.0 …
user4948798
  • 1,924
  • 4
  • 43
  • 89
1
vote
1 answer

Openstack installation issue on ubuntu-18.04

$ cat /etc/issue Ubuntu 18.04.6 LTS \n \l I'm following this Link to install Openstack using Devstack. However git clone https://git.openstack.org/openstack-dev/devstack master branch's ./stack.sh fails with below error. +./stack.sh:main:230 …
user4948798
  • 1,924
  • 4
  • 43
  • 89
1
vote
1 answer

Facing errors while installing openEdx

Got permission denied while trying to connect to the Docker daemon socket. After cloning the make dev.clone error occurs while executing "make dev.provision". i am working Ubuntu 20.04 EC2 instance. error log
1
vote
0 answers

devstack@q-ovn-metadata-agent.service active: failed (Result: exit-code)

i'm trying to install openstack on a dedicated machine with 4GB ram on Ubuntu 21.10, i faced a lot of issues and managed to troubleshoot them thanks to existing thread. this time i can't identify the problem or finding any topic about i tried…
1
vote
1 answer

Devstack single interface not working on ubuntu 20.04

Trying to bring up openstack using devstack scripts with branch stable/wallaby(also tried with stable/xena) with single interface with reference configuration from here. However while stacking, installation fails due to arping. Below is my netplan,…
Karthik Prasad
  • 9,662
  • 10
  • 64
  • 112
1
vote
1 answer

boto3 getting error when trying to list buckets

I'm using >>> s3 = session.client(service_name='s3', ... aws_access_key_id='access_key_id_goes_here', ... aws_secret_access_key='secret_key_goes_here', ... endpoint_url='endpoint_url_goes_here') >>> s3.list_buckets() to list out my existing…
Jack Yu
  • 11
  • 2
1
vote
1 answer

OpenStack Mistral workflow error while executing using GUI

I am getting error while executing OpenStack simple mistral workflow on OpenStack(wallaby) devstack environment. While I can execute the workflow from CLI command and got success But it fails if I try the same thing with GUI root@openstack:~#…
Aprilian8
  • 370
  • 1
  • 5
  • 14
1
vote
2 answers

openstack /devstack / job for ovn-central.service failed because a timeout was exceeded

while trying to install the openstack using devstack, after running the command ./stack.sh i got this error Job for ovn-central.service failed because a timeout was exceeded. See "systemctl status ovn-central.service" and "journalctl -xe" for…
user951
  • 11
  • 2
1
vote
0 answers

Devstack installation failed with error message "ERROR: Editable requirements are not allowed as constraints"

I encounter the following error when I run the script stack.sh: Using python 3.6 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 +…
ldin
  • 21
  • 3
1
vote
0 answers

Openstack network access

I am trying to install openstack on a single node server. I need to access Instances from internet. I am new to openstack, so I spent some time trying to get it work correctly but without success. I tried devstack but it is not persistent after…
HLM
  • 53
  • 1
  • 7
1
vote
0 answers

Devstack installation issues with pip version

Everytime I try to install devstack I am facing this same error. Can anyone please suggest some possible workarounds for this issue? ERROR: Links are not allowed as constraints +lib/tempest:install_tempest:1 exit_trap …
SAPTARSI SAHA
  • 19
  • 1
  • 3
1
vote
0 answers

Good practices on Customizing Horizon of OpenStack

I'm new to the OpenStack project. I want to customize the Horizon project, to give it my own theme with some logos, colors, etc. I've followed the tutorials in the Horizon docs and everything works as expected. But that's my actual question: is a…
urimeba2
  • 11
  • 1
1
vote
3 answers

Difference between Devstack & Microstack

Devstack & Microstack both provide deployment of Openstack on single node. Is there any fundamental difference between them? Devstack link: https://docs.openstack.org/devstack/latest/ Microstack link: https://ubuntu.com/openstack/install Is there…
Anonymous Creator
  • 2,968
  • 7
  • 31
  • 77