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

Related custom theming OF OPEN EDX

i am using devstack hawthorn problem i am facing is , i created a folder parallel to open-edx project where i cloned it. folder structure i created is edx/app/edxapp/edx-platform/themes/my-theme inside my-theme lms and cms is there and further…
0
votes
2 answers

Unable to install Openstack with Devstack on Ubuntu 20

I have been trying to install Openstack on Ubuntu 20 O.S VM in Virtualbox and getting the following error. [Call Trace] ./stack.sh:1311:start_glance /opt/stack/devstack/lib/glance:480:die [ERROR] /opt/stack/devstack/lib/glance:480 g-api did not…
0
votes
1 answer

Unable to install devstack with designate

I am new to the OpenStack environment and started to get into it with a small DevStack setup. I worked the following instructions on a Ubuntu 18.04 machine through and everything worked fine. In order to play with some dns zones I started to…
fido
  • 1
0
votes
1 answer

How to increase capacity of open stack hypervisor local disks

I configured an open stack with devstack this time, but I think there will be a shortage of local storage, so I'm going to add it. So we have a 2TB hard drive that is composed of raid, so we're going to add it to the open stack, do you know how to…
Inmd
  • 5
  • 2
0
votes
0 answers

How to configure network on Ubuntu 16 VM running on Openstack host?

I am a junior in college, trying to do a simple project involving Devstack. Right now, I am trying to install Snort on a VM running through my Devstack host. It is going very slow, but I think I may eventually be able to do it, but I am worried…
AsapHogFtw
  • 181
  • 1
  • 1
  • 8
0
votes
1 answer

How to modify devstack after basic deployment

I have deployed a basic openstack using devstack. now I want to install additional component like designate or magnum. What is the way to do that?
Munna
  • 11
  • 3
0
votes
1 answer

Devstack install Controller node

I'm going through the devstack tutorial and I'm trying to setup the Controller Node as explained in the instruction. Unfortinately, I'm getting the following error when running for i in seq 2 10; do /opt/stack/nova/bin/nova-manage fixed reserve…
Jenia Ivanov
  • 2,485
  • 3
  • 41
  • 69
0
votes
1 answer

Devstack multi node installion

I'm going through the multi-node installation tutorial and I get errors when trying to configure the Worker Node: +lib/lvm:_create_lvm_volume_group:114 sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop1 Physical volume '/dev/loop1' is…
Jenia Ivanov
  • 2,485
  • 3
  • 41
  • 69
0
votes
1 answer

Missing value auth-url required for auth plugin password in Devstack while creating an image using terminal

I have gone through this post Missing value auth-url required for auth plugin password, but it does not resolve my issue. I have a fresh installation and I have only openrc and stackrc. It is throwing the error in all the cases including sudo…
Sabbir
  • 1
  • 1
  • 1
0
votes
1 answer

DevStack installation fails due to PyYAML

I am attempting to install DevStack on a CentOS system. I have performed the necessary setup for running stack.sh, but when I run it I am getting the following failure: Installing collected packages: PyYAML, zipp, importlib-metadata, stevedore,…
Factor Three
  • 2,094
  • 5
  • 35
  • 51
0
votes
1 answer

Neutron - Invalid input for operation: physical_network 'physnet_em1' unknown for VLAN provider network

I installed Openstack using Devstack on a VirtualBox VM running Ubuntu 18.04. I am trying to create a provider network with the following command: neutron net-create mgmt --provider:network_type=vlan --provider:physical_network=physnet_em1…
Dalton Cézane
  • 3,672
  • 2
  • 35
  • 60
0
votes
1 answer

openStack - Package : keyStone error requires a different python version

i want to install openStack on ubuntu 16.04 when i enter the command **./stack.sh** i get the following error ERROR: Package 'keystone' requires a different Python: 3.5.2 not in '>=3.6' python version is 2.7.12 , i also read the openstack.org…
mrbelane
  • 175
  • 1
  • 1
  • 7
0
votes
1 answer

DevStack Installation - Failed to discover available identity versions when contacting http://IP/identity. Attempting to parse version from URL

I am trying to install Devstack on Ubuntu 18.04 according to this tutorial. I created the user stack and the file local.conf with the following…
Dalton Cézane
  • 3,672
  • 2
  • 35
  • 60
0
votes
1 answer

Devstack installation - "ERROR: Command errored out with exit status 1"

I am trying to install Devstack on Ubuntu 18.04 according to this tutorial. I created the user stack and the file local.conf with the following…
Dalton Cézane
  • 3,672
  • 2
  • 35
  • 60
0
votes
1 answer

How do I reach a DevStack instance setup on HOST A, from HOST B (located on the same network)?

I've setup two GCP instances, both with an adapter subnet 10.0.3.0/24 (HOST A: 10.0.3.7, HOST B: 10.0.3.6). Both have DevStack setup on them with the following local.conf : HOST A: https://pastebin.com/m3sXPaz9 HOST B:…
Pranav Bhatt
  • 125
  • 1
  • 11