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

XDG_SESSION_TYPE error on devstack installation

can someone please help with the below issue? Facing below issue while installing devstack on ubuntu 18.04. python - 3.6.9 stack user with sudo access. pip version - pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) INFO…
1
vote
1 answer

going through devstack, compute node not showing up in OS interface

I really need help with setting up a controller and a few compute nodes with Devstack. After executing the stack.sh on both the controller and the computer node I expect to have a OpenStack interface on the IP 192.168.122.13/…
Jenia Ivanov
  • 2,485
  • 3
  • 41
  • 69
1
vote
0 answers

How to test StorPerf in Devstack?

I have installed Devstack(Rocky version) and installed Yardstick on my PC. When I want to test Storperf(Storage Performance) manually and see the result. what are all the step by step procedure that I have to follow? I have gone through the below…
Karthika
  • 109
  • 2
  • 3
  • 6
1
vote
1 answer

error: Unable to retrieve Ironic nodes. _construct_http_client() takes at least 1 argument (4 given)

Openstack Ironic test for Bare Metal Cloud,Devstack all in one--Pike. Linux:CentOS7 I installed the latest devstack last week. Link:https://git.openstack.org/openstack-dev/devstack Successful execution of ./stack.sh But When I login…
Mark Tsui
  • 11
  • 1
1
vote
1 answer

Error while installing Devstack on Ubuntu : "/opt/stack/requirements/.venv/bin/pip" not exists

While trying to install devstack, I got this error saying: +inc/python:pip_install:359 env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c…
Pranjal Gore
  • 532
  • 5
  • 14
1
vote
0 answers

Local.conf set up for devstack rocky

I want to use ceilometer with gnocchi database. I typed ceilimeter backbon = gnocchi But when i use gnocchi CLI , it gives error And also i can not use gnocchi API Can you share local.conf which can set up gnocchi api successfully
1
vote
0 answers

How to access the floating IP in different systems in open stack?

Installed the openstack in the server. The Host IP given is 192.168.1.2. Created the instance using ubuntu_14 image and also associated the floating IP 192.168.1.234. Enabled TCP and ICMP rules in security group. Installed Apache2 in the instance. I…
Viston
  • 11
  • 1
1
vote
0 answers

docker run command failed with error Unauthorized: The request you have made requires authentication. (HTTP 401)

I am not able to figure out which authentication is required to run container Any help will be highly appreciated I have setup devstack on Ubuntu o.s and then trying to run below container using command sudo docker run --name kuryr-libnetwork \ …
VIRAJ SHIRSAT
  • 41
  • 2
  • 2
  • 5
1
vote
0 answers

Error in installing OpenStack using devstack in centos7

Im trying to install OpenStack using Devstack in CentOS 7 ,Im using the following documentation as the guide, but im encountering an error which is shown.This is the output while running ./stack.sh.Im running./clean.sh and ./unstack.sh before…
fad
  • 43
  • 1
  • 9
1
vote
2 answers

Failed building wheel for libvirt-python CentOS

I'm running CentOS and trying to install openstack. If I install libvirt-python, it will install the latest version e.g. pip install --user libvirt-python Collecting libvirt-python Installing collected packages: libvirt-python Successfully…
Lar
  • 23
  • 7
1
vote
1 answer

OpenStack multi-node network configuration on Ubuntu

I am attempting to get a simple 2-node deployment set up via devstack. I have followed both the multi-node lab and the "Using devstack with Neutron" guide. i made the most progress with the latter. however, i still cannot seem to communicate with…
jmer
  • 371
  • 2
  • 12
1
vote
1 answer

Openstack on Ubuntu 18.04 LTS what is the suitable branch

Can anyone help me to find the suitable openstack branch to install it on the ubuntu 18.04 LTS or any tutorial to help me. I tryied to install the pike and Queens branch but I found that they are only supported on xenial.
nasri ines
  • 11
  • 3
1
vote
1 answer

Devstack install: n-cpu and q-l3 failure after running ./stack.sh

I'm trying to install DevStack Mitaka: During ./stack.sh execution, n-cpu and q-l3 services fail to start. Error in both screens (n-cpu and q-l3) shows the following: CRITICAL nova [req-..] TypeError: 'Version object does not…
Alex
  • 11
  • 3
1
vote
1 answer

devstack fails with error markers 'python_version == "3.4"' don't match your environment

I've created a virtualbox image with ubuntu 16.04 LTS desktop version and followed the steps with a simple minimal local.conf: https://docs.openstack.org/devstack/latest/index.html The problem is that stack.sh fails with this output: +…
carterix
  • 21
  • 1
  • 6
1
vote
0 answers

Error while listing or creating an image in Openstack

I have a fresh installation of Openstack on Ubuntu 16.04, through Devstack. I run glance image-list But i get this error : An auth plugin is required to determine endpoint URL PS : the error persists even when i run the openrc-admin.sh file.…