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

openstack devstack nova compute creating instance

I can't get nova compute to create an instance of my project. Could anyone help me debug the problem? It does not create a project via the openstack web interface.
austin
  • 25
  • 12
0
votes
0 answers

unable to use openstack due to instance not building

I am new to devstack (openstack). I am having some problems getting the an instance to start up. Here is a screenshot of the issue. The local.conf is also in code form down there. …
austin
  • 25
  • 12
0
votes
1 answer

OpenStack multi-node setup doesn't show VM images on Dashboard

I'm new to OpenStack and I used DevStack to configure a multi-node dev environment, currently compound of a controller and two nodes. I followed the official documentation and used the development version of DevStack from the official git repo. The…
0
votes
1 answer

Login password for ubuntu, RHEL, any cloud image

OpenStack cloud Images: There are multiple cloud images which are available at https://docs.openstack.org/image-guide/obtain-images.html. In order to login to the VMs once those are deployed is either by using ssh key pair or password. But there are…
user5777975
0
votes
1 answer

How can I solve this error when I install DevStack in CentOS?

I try to install DevStack in CentOS, and I have finished these steps following this official website 'https://docs.openstack.org/devstack/latest/'. But when I excute './stack.sh',after few minutes, it occurred problem like that: So anyone can help…
Steven
  • 21
  • 1
0
votes
0 answers

ValueError: invalid literal for int() with base 10:'abc'

I'm trying to install devstack in my RHEL 7 VM. Earlier everything went good. But while installing the nova, its throwing the following error. How can i resolve this. Should i need to change the code in all the trace back files or any python…
Vamsee Bond
  • 163
  • 1
  • 11
0
votes
2 answers

gnocchi API response 401 unauthorised

I have prepaired Gnocchi by documentation at https://gnocchi.xyz/stable_4.2/rest.html. I am using Keystone, but I am not able to make a request. Sample: GET http://:8041/v1/metric/0b5aa633-3ebf-49d5-99ad-e78302c41376…
M. Pav
  • 1
  • 2
0
votes
2 answers

devstack nova boot does not have --file parameter option?

I wish to pass a file through to my instance, but there is no file option? Even though documentation says that this should be available? stack@openstack:/tmp$ nova boot --config-drive true --flavor 8755fc00-4c24-418d-a505-592c809108d9 --image…
0
votes
0 answers

Devstack Git clone not working with another user

I have an issue with cloning a git repository (Devstack) as another user. I'm currently logged in as Administrator, but because I need to install Devstack as another user I want to execute all commands as 'Devstack' user. Therefor I would like to…
0
votes
1 answer

How to import new libraries to devstack local.conf without the need to make ./unstack.sh && ./stack.sh?

I want to know if there's a way to update devstack libraries when changing local.conf without the need of doing: ./unstack.sh && stack.sh And if not, then how can I save my temp data?
pecabum
  • 27
  • 8
0
votes
0 answers

Unable to deploy Ceilometer on Devstack (Ocata)

I am trying to deploy Devstack (Ocata version) with Ceilometer in order to test different telemetry configurations in a simple enviroment. My local.conf file has the following…
0
votes
1 answer

Can anyone share documented steps to launch OpenStack nodes as VMs

I would like to set up a simple controller/compute OpenStack setup with controller node in one VM and compute as other, preferably created using KVM. I may look at adding more compute VM's later. Can anyone share any documented steps for the…
0
votes
1 answer

Nova Network is deprecated and not supported

I am currently working on my mac, trying to run DevStack on my Ubuntu Xenial OS being automated by Vagrant. After ssh'ing into my VM, I proceed to do a simple git clone https://git.openstack.org/openstack-dev/devstack. This results in the /devstack…
SDG
  • 2,260
  • 8
  • 35
  • 77
0
votes
1 answer

Openstack development using SDK - auth_url does not work

Getting into openstack dev using this link, and turns out my auth_url is of the form http://192.168.43.18/identity/v3 from the openstack RC yaml file. When I use it, as used in the link, I get the following error message: Traceback (most recent call…
user2883071
  • 960
  • 1
  • 20
  • 50
0
votes
1 answer

I use devstack to install openstack on ubuntu 14.04, but getting some errors

2017-07-25 12:49:25.301 | File "/opt/stack/neutron/neutron/agent/linux/ip_lib.py", line 31, in 2017-07-25 12:49:25.304 | from neutron.agent.common import utils 2017-07-25 12:49:25.305 | File…
FalseMan
  • 11
  • 1