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
1 answer

openstack devstack neutron plugins install error What should I do to make the installation work?

My devstack has a typo during installation and installation plugins error, what can I do to fix this error mysystem is Linux Ubuntu 5.15.0-76-generic enter image description here I have tried various SSH software and encountered formatting errors. I…
Miooiio
  • 1
  • 1
0
votes
0 answers

How can I add a new element or div to TinyMCE?

I would like to add one of the open source sliders to my TinyMCE project But I can only change the content_style in the React component. How do I add new HTML tags? I want to add a specific class to some tags or I want to easily change the style or…
0
votes
0 answers

I'm having trouble while customizing the TinyMCE in OpenedX (Devstack). How can I fix?

I'm having trouble customizing the TinyMCE in OpenedX Devstack. Normally I didn't have any problems in front-end-course-authoring TinyMCE editor, but when I installed the 'front-end-lib-content-components' app for customization, the data didn't show…
Burkay
  • 1
  • 1
0
votes
1 answer

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). However, the deployment got stuck due to the…
0
votes
0 answers

Openstack-Nova: install nova-compute from source and connect to controller

In order to connect Nova-compute to the controller, I would like to install it from source on Ubuntu 20.04. The controller is an all-in-one Devstack. apt install nova-compute You can see the configuration of this node below stack@compute:~# cat…
0
votes
0 answers

Why Neutron API in Devstack is not exposed with WSGI?

I noticed that in Devstack (deloyment with default configuration from the quickstart guide), Neutron is the only one API not exposed within HTTPD using a WSGI frontend. So, in the OpenStack catalog, the referenced URL is the one directly exposed by…
0
votes
1 answer

Error: Could not find versioned identity endpoints when attempting to authenticate

I am trying to set-up a new stack with the below commands in python 3.9.15 and Ubuntu 20.04.4 LTS. I created a stack user and cloned devstack using 'git clone https://opendev.org/openstack/devstack' and checkout yoga series and granted all…
0
votes
1 answer

Error during installing openstack :TypeError: deprecated() got an unexpected keyword argument 'name'

trying to install openstack on ubuntu 20.04 (Focal Fossa) but i am facing this error: enter image description here trying to install openstack on ubuntu 20.04 (Focal Fossa) using devstack
0
votes
0 answers

Running Windows 10 VM on Devstack Yoga Stable

I have created a Windows Server 2016 image for launching as an instance (or VM) in OpenStack, and it works fine. However, I have followed the same steps for Windows 10 Pro and used its corresponding virtio drivers to create a cloud image, which…
ehsan khodayar
  • 63
  • 2
  • 11
0
votes
1 answer

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 -v…
0
votes
1 answer

OpenStack additional compute node set up questions

This is my first time setting up an OpenStack instance on Ubuntu and I'm having some difficulty with setting up additional compute nodes. I've set up a controller node following the devstack instructions here with the stable/xena release and I'm…
Gbravo
  • 5
  • 3
0
votes
2 answers

Nova service fails after rebooting

Devstack installed on Virtualbox VM with Ubuntu 20.04 Succesfully created Cirros tiny VM. But after rebooting this 3 services are failed with similar errors: devstack@n-cond-cell1.service, devstack@n-sch.service,…
chart41
  • 11
  • 1
0
votes
1 answer

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]: CREATE_FAILED Resource CREATE failed: ResourceInError:…
0
votes
1 answer

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 it? Thanks in…
0
votes
1 answer

Devstack installation fails : stack.sh failed Error on exit

I'm currently facing a problem while installing Devstack (for an assignement) During the installation, when running the /stack.sh command on terminal, the following error appears: stack.sh failed Error on exit World dumping... see…
Kouci
  • 3
  • 4