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

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 installed Ubuntu 18.04 (LVM filesystems). I…
marcio
  • 566
  • 7
  • 19
2
votes
1 answer

Failed to discover available identity versions

I am trying to deploy openstack using devstack on ubuntu 18.04 LTS. My env is behind proxy which I have configured in both bashrc and apt. During the deployment I am facing below error. unstack and clean is also not helping this issue. What can I…
Sourabh Jaiswal
  • 101
  • 2
  • 10
2
votes
1 answer

DevStack placement-api did not start

I'm trying to install DevStack (stable/stein) in Ubuntu 18.04. I have installed python 3.6.8. I'm getting timeout issue and saying that placement-api did not start. Is there any worker round for this ?
Manula Thantriwatte
  • 316
  • 1
  • 4
  • 18
2
votes
0 answers

Permissions error when trying to install OpenEdx Devstack on MacOS

So I am trying to install and run OpenEdx devstack on my mac through docker. I have been following the tutorial here…
Ali Naqvi
  • 21
  • 3
2
votes
1 answer

OpenStack magnum Kubernetes cluster config issues

has anyone recently deployed a k8s application after standing up a cluster via devstack / Magnum? Using devstack (latest) I've successfully deployed a K8s cluster on OpenStack. This is on a single bare metal server running Ubuntu 18.04. openstack…
jmer
  • 371
  • 2
  • 12
2
votes
1 answer

Openstack authenticate with python SDK v2

I am a OpenStack noob here. I try to use REST API to automate my openstack work. I can successfully authenticate my account and get token from curl with below command: export AUTH_URL="https://my_url:5000/v2.0/tokens" curl -v -X POST $AUTH_URL -d…
Betty
  • 33
  • 5
2
votes
1 answer

Docker openedx make dev.provision fails

I was trying to deploy the docker based devstack on my local machine. I followed the official installation guide found here: https://github.com/edx/devstack. I went through most of the processes without a glitch until I had to run make…
Morpheus.47
  • 131
  • 2
  • 10
2
votes
1 answer

Docker Openedx devstack theming

How do I install and enable my custom theme in OpenEdx's docker based DevStack? I use comprehensive theming I use docker on Linux
Morpheus.47
  • 131
  • 2
  • 10
2
votes
0 answers

OpenStack IP address not found

I'm trying to deploy OpenStack via DevStack on a Ubuntu Server LTS distribution with Virtual Box. After follow all this steps I am unable to access to Horizon on a web browser on my Host Machine Distribution (Windows10). I have checked with ifconfig…
VCM
  • 51
  • 9
2
votes
1 answer

Can't Ping Instances or SSH into Instances from Host

I have installed Devstack successfully in Ubuntu 16.04 in a VirtualBox VM. enp0s3 :10.6.208.111 lo: 127.0.0.1 virbr0: 192.168.122.1 I have both default public and private network in my topology network with a router. I am not able to ping between…
rania triki
  • 191
  • 2
  • 11
2
votes
1 answer

Use more than one physical interface on devstack ocata

I have a barebones PC with 6 physical interfaces to 'play' around with devstack. I'd like to deploy VMs on it and connect them to different Ethernet interfaces. Currently, I'm only able to use the interface associated to the br-ex bridge. I've tried…
2
votes
1 answer

Error: No sql_connection parameter is established when creating instances on openstack pike devstack

I've successfully installed Openstack Devstack pike on my Ubuntu 16.04 by following this link: https://www.mirantis.com/blog/how-to-install-openstack-on-your-local-machine-using-devstack/. when i tried to create an instance i got No sql_connection…
2
votes
1 answer

How to restart devstack after rebooting Ubuntu system?

7.25 2017 I've installed the newest devstack on Ubuntu17.04. The version of Openstack is Ocata. After rebooting the Ubuntu, I find it unable to start the OpenStack service. After searching lots of pages, most of them are outdated. In my devstack…
Shuhao He
  • 19
  • 1
  • 3
2
votes
3 answers

Unable to locate package libvirt-clients error on ubuntu

I am seeing the below error when deploying devstack (openstack) on ubuntu: E: Unable to locate package libvirt-clients E: Unable to locate package libvirt-daemon-system Any clues pls ?
Ayub
  • 599
  • 3
  • 10
  • 24
2
votes
0 answers

got oslo-vmware install error

when running devstack on my computer, with CentOS 7. I got this. Anybody can give me some help? # Exception: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main status =…
24snail
  • 21
  • 3