281 questions
0
votes
0
answers
31
views
How to deploy openstack with SFC and heat templates?
I'm working on project that using openstack.
In my project, I want to enable Service chainging (SFC), in order to chain my Firewall gateway in the traffic flow.
Also, I want to automate the deploy ...
0
votes
0
answers
27
views
Issues with Shibboleth SP Configuration for Keystone Federation
I am currently facing issues with setting up Shibboleth SP to work with a Keystone federation environment -- devstack installation. Despite following several guides and attempting multiple ...
0
votes
0
answers
50
views
How to access openstack api using idp provider (for eg.- zitadel or keyclock) access token?
when i try to access openstack api using zitadel access token, it gives a 401 unauthentiction.
I setup a openstack federation and websso using openid connect in devstack and i can login using keyclock ...
-2
votes
2
answers
2k
views
distutils deprecation warning on ubuntu 22.04
I am deploying openstack using devstack but while deploying I encountered the following error:
Error on exit /opt/stack/devstack/tools/worlddump.py:22:
DeprecationWarning: The distutils package is ...
0
votes
1
answer
787
views
How to deploy devstack (OpenStack) on RHEL 9.1?
I want to install DevStack(Yoga) on RHEL 9.1 (https://opendev.org/openstack/DevStack).
I attempted to deploy using the official manual (https://www.redhat.com/sysadmin/get-started-openstack-devstack).
...
3
votes
2
answers
648
views
How to run custom openedx project in localhost
I have the edx-platform, ecommerce, ecommerce-themes, credentials and edx-theme directories. I have installed successfully tutor and devstack but I didn't find the way to replace these custom ...
0
votes
1
answer
661
views
Can't validate keystone endpoint when I trying to define an OpenStack cloud for juju
I am trying to define an OpenStack cloud for juju. To do this, I have first deployed Devstack using the following configuration in the local.conf file:
$ cat local.conf | grep -v "#" | grep -...
0
votes
1
answer
226
views
KYPO Deployment failure openstack retuning no valid host found
I have deployed devstack for my OpenStack using the default configuration and trying to deploy kypo. I am running ./create-base.sh and getting the following error
[kypo-proxy-jump-stack]: ...
0
votes
1
answer
2k
views
Devstack installation error : CryptographyDeprecationwarning: int_from_bytes is deprecated, use int.from_bytes instead
Hello I am trying to install devstack on ubuntu 20.04 and I keep getting error
Cryptographydepricationwarning : int_from_bytes is deprecated use int.from_bytes instead
Does anyone knows how to solve ...
1
vote
1
answer
1k
views
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,!=...
1
vote
1
answer
1k
views
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 ...
1
vote
1
answer
79
views
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 ...
2
votes
1
answer
202
views
Invalid service catalog: identity
Has anyone seen this after Dev stack install? I cannot find any logs or googles searches helping. Thank you in advance!
I have looked in a ton of different logs. This is on Ubuntu 20.04
0
votes
2
answers
245
views
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....
2
votes
2
answers
757
views
Openstack/devstack Installation - The conflict is caused by: oslo-vmware 3.9.1 depends on suds-jurko>=0.6
I am trying to install devstack on Ubuntu 18.04, using the guide in https://docs.openstack.org/devstack/latest/.
Installation fails with the error,
ERROR: Cannot install cinder because these package ...
0
votes
1
answer
350
views
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&...
0
votes
2
answers
1k
views
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 <module>
from cinder.cmd.manage import main
...
0
votes
1
answer
835
views
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#...
1
vote
1
answer
1k
views
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='...
0
votes
1
answer
464
views
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/...
1
vote
1
answer
653
views
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 ...
5
votes
4
answers
7k
views
ERROR /opt/stack/devstack/lib/neutron_plugins/ovn_agent:174 Socket [closed]
This is the error I got while installing DevStack on Ubuntu 20.04 VM with 7GB of Ram.
How to solve this issue?
Call Trace
./stack.sh:1264:start_ovn_services
/opt/stack/devstack/lib/neutron-legacy:477:...
1
vote
1
answer
2k
views
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 ...
0
votes
1
answer
398
views
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 ...
1
vote
0
answers
290
views
ceilometer not upgrade due error 401 authentication
I installed openstack using devstack in one node. And this is my local.conf file:
[[local|localrc]]
ADMIN_PASSWORD=StrongAdminSecret
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
...
0
votes
2
answers
636
views
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 ...
0
votes
1
answer
2k
views
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 ...
0
votes
2
answers
2k
views
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/...
0
votes
1
answer
355
views
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 ...
0
votes
1
answer
1k
views
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 ...
2
votes
3
answers
6k
views
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 ...
1
vote
2
answers
2k
views
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/...
0
votes
1
answer
266
views
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?
1
vote
2
answers
641
views
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 ...
0
votes
1
answer
219
views
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 /...
0
votes
1
answer
1k
views
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 /...
0
votes
1
answer
4k
views
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 ...
0
votes
1
answer
870
views
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: ...
1
vote
1
answer
8k
views
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 ...
0
votes
1
answer
530
views
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 ...
0
votes
1
answer
2k
views
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 content:
[[local|localrc]]
ADMIN_PASSWORD=secret
...
0
votes
1
answer
2k
views
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 content:
[[local|localrc]]
ADMIN_PASSWORD=secret
...
3
votes
4
answers
5k
views
PermissionError: [Errno 13] Permission denied: '/opt/stack/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd'
I am following the instructions from this tutorial to install devstack. When I type ./stack.sh, I am receiving the following error:
Exception:
Traceback (most recent call last):
File "/opt/stack/...
0
votes
1
answer
319
views
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....
0
votes
2
answers
2k
views
JSONDecodeError in OpenStack Ubuntu 18.4
I am a beginner of OpenStack devstack. When I install OpenStack and login in to the system I notice that there was no any error messages there. But after rebooting my machine and login in to the ...
3
votes
3
answers
6k
views
While installing openstack on Ubuntu 18.04, I am stuck at error: cannot uninstall 'simplejson'
I am trying to install openstack (single node) on machine with Ubuntu 18.04, I did following steps:
update and upgrade ubuntu, installed git, cloned devstack
then after running stack.sh, I am stuck at ...
0
votes
1
answer
578
views
The account is locked for user (HTTP 401) : Devstack installation Openstack
I am installing openstack on a new server using devstack. I am having this error no matter the type of installation i do. I am installing on the host computer. I tried the exact same installation on ...
0
votes
1
answer
123
views
Open Stack and Development Stack
i am really confuse about the main difference between Open Stack and development Stack ?
is it different version or different platform ?
-1
votes
2
answers
786
views
Accessing an api running in a docker host from a different docker host
I have two docker projects each with their own docker-compose.yml files. One project holds a django api with docker host for that, while the other project is for open edx which running on another ...
2
votes
1
answer
2k
views
How to expose the Devstack floating ip to the external world?
To this project, my hardware configuration is a host ESXi 6.7 (OS boot USB 8GB), i7, 8 vCPU, 16GB RAM, 128GB SSD and 500GB HDD.
And I created a single vm (7 vCPU, 15GB RAM, 100GB SSD, 1 NIC) and I ...