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

I am installing Open-edx devstack for local machine through Ubuntu vm. but getting the following error after running the command make dev.provision

error log I already installed pavar (python). Error classified as Syntax error. these are the files and directories created
0
votes
2 answers

Can't install Devstack for ML2 Mechanism Driver Development

I want to develop a Neutron ML2 mechanism driver. The reason is because I want that my own implementation of a software L2 Switch and my own Network Management Agent is able to interact with OpenStack. I have never worked with OpenStack before, but…
0
votes
1 answer

Resolving error while installing devstack train on ubuntu

I am trying to install devstack train on ubuntu and get the following error: ContextualVersionConflict: (glance-store 0.28.1 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('glance-store>=1.0.0'), set(['glance'])) You are using pip…
Raghav
  • 1
  • 1
0
votes
2 answers

Openstack ImportError: cannot import name 'joinedload_all' from 'sqlalchemy.orm'

I am trying to install Openstack(Victoria) on my ubuntu 20.04 and getting below error. File "/usr/local/bin/cinder-manage", line 6, in from cinder.cmd.manage import main File "/opt/stack/cinder/cinder/cmd/manage.py", line 75, in…
Sunil Sharma
  • 43
  • 2
  • 5
0
votes
1 answer

Keystone exception during Openstack's Freezer installation

I'm trying to install Openstack on a Virtual Machine for a project, but I'm having issues with the last two steps described in https://docs.openstack.org/freezer/latest/install/install-ubuntu.html#finalize-installation. First I installed Devstack…
MarcoDL99
  • 1
  • 1
0
votes
1 answer

Why is it not possible to ping a real machine to a vm inside openstack

I created a vm (vm-devstack-01) using Vagrant and Virtualbox in which I installed Devstack. The vm has an enp0s3 interface in NAT mode and an enp0s8 interface in bridge mode. The real network I use in my house is 192.168.88.0/24. This network uses…
campos
  • 153
  • 2
  • 12
0
votes
0 answers

OpenStack Swift proxy-server.conf already had [filter:authtoken] section

I'm trying to use swift with keystone authentication. I followed this link https://docs.openstack.org/swift/latest/overview_auth.html#keystone-auth to edit my proxy-server.conf but I noticed that at the bottom of the file [filter:authtoken] is…
Jack Yu
  • 11
  • 2
0
votes
1 answer

Devstack listing s3 bucket error "The AWS Access Key Id you provided does not exist in our records"

I followed the installation guide for Devstack according to this https://docs.openstack.org/devstack/latest/ and then followed this to configure the keystoneauth middleware https://docs.openstack.org/swift/latest/overview_auth.html#keystone-auth But…
Jack Yu
  • 11
  • 2
0
votes
2 answers

I Try intall openstack on ubunto 18 but when I use this command ./stack.sh didnt work

error /opt/stack/devstack/tools/install_pip.sh:92 download of get-pip.py failed enter image description here
chey
  • 1
0
votes
1 answer

Install kubernetes cluster in devstack

I have installed devstack in my server as per this steps and I was looking for some updated instructions to install kubernates cluster in it. Even though my question is on kubernetes I would like to clarify few points. Is Openstack opensource ? or…
Thomson Mathew
  • 419
  • 1
  • 9
  • 28
0
votes
0 answers

Copy Openstack instance volume manually

I have a server with an Openstack deployment on top. I've created an instance with a 10 Gb volume and an ubuntu image. I would like to copy the volume manually using dd in order to analyze it. The volumes are supposed to be located in /dev with the…
Tony
  • 1
0
votes
0 answers

Openstack Devstack Magnum: Creating stack times out, check stack fails

I'm currently experimenting with Openstack/Devstack using heat and magnum all on the victoria release. However when I create a new stack I see the master instance being created but heat keeps it on Create In Progress and this till it times out. When…
0
votes
2 answers

Encountered problem while integrating devstack - osm (open source mano)

I'm currently trying to develop a cloud in my pc using virtual box. The idea is that I have 2 virtual machines, one which devstack installed (all in one) and the other with osm mano. Right now both have everything installed. Hence, I can log in to…
0
votes
0 answers

!!DEVSTACK!! setup.py is running into a error when run into pbr

so I'm trying to install devstach I followed the instructions from here https://docs.openstack.org/sahara/pike/contributor/devstack.html and this is devstack that I downloaded git clone https://git.openstack.org/openstack-dev/devstack.git and here…
voldemire
  • 1
  • 3
0
votes
1 answer

Cannot ping instances of OpenStack machine from external net

I used DevStack(victoria branch) to quick-deploy the OpenStack all-in-one on my Ubuntu-20.04 system. This machine has a public ip address 222.XXX.XXX.XXX on interface eno1, and the DevStack script has automatically added br-ex and virbr0 interfaces…