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

DevStack -- Unable to lauch instance due to nova-rootwrap

Message Remote error: ProcessExecutionError Unexpected error while running command. Command: sudo nova-rootwrap /etc/nova/rootwrap.conf env CONFIG_FILE=["/etc/nova/nova.conf"] NETWORK_ID=1 dnsmasq --strict-order --bind-interfaces --conf-file=…
Abhay Pai
  • 314
  • 4
  • 17
0
votes
2 answers

Error running unstack.sh

i have been using OpenStack through DevStack . Got this error when i try to run unstack.sh viknesh@viknesh-HP-Pavilion-g6-Notebook-PC:/devstack$ ./unstack.sh * Stopping web server apache2 apache2: Could not reliably determine the…
vikneshwar
  • 597
  • 1
  • 6
  • 17
0
votes
0 answers

connectiong VMs implementing devstack

I have installed devstack over a vm and everything works all right. Now I want to repeat the same thing ie I'll install devstack over an other VM. My question is how to connect both machine? Is there any network configuration to be considred?
user3221211
  • 79
  • 1
  • 5
0
votes
1 answer

Failed to launch instance: Timeout while waiting on RPC response - topic: "network"

I am trying to setup devstack on Ubuntu12.04.4.64Bit VM. localrc…
anirudha sonar
  • 131
  • 3
  • 14
0
votes
1 answer

Testing openstack services on devstack

I have successfully installed devstack on my machine and I get the horizon dashboard. Now, I don't know what to do with it?? I am suppsed to test the OpenStack Services. I wonder if I should install swift (The same question for Nova and Glance) or…
0
votes
0 answers

OpenStack error when launching an instance

I am having a consistent Error: Failed to launch instance-id": Please try again later [Error: Timeout while waiting on RPC response -topic: "network", RPC method: "get_instance_nw_info" info: ""] every time I am launching an instance in…
jaysonpryde
  • 2,733
  • 11
  • 44
  • 61
0
votes
1 answer

Change of ip address after devstack installation

I have installed Devstack on Ubuntu. But now I have changed my network connection and I have a new IP address. I am not able to open the openstack dashboard in the browser. How to make this installation independent of an IP address? Is it…
Avanti Ajay
  • 251
  • 1
  • 4
  • 6
0
votes
1 answer

Where and how to correct the "INVALID IDENTITY CREDENTIANLS " while running ./stack.sh?

I have written this in my envirn var file and sourced it... export OS_USERNAME=admin export OS_PASSWORD=passwrd export OS_AUTH_URL=http://localhost:5000/v2.0/ its still giving me the same error... can anyone elaborate what to do with the token…
0
votes
1 answer

Can OpenStack Compute be used to process images as a back-end on cloud for a front-end Android App?

OpenStack compute is a platform that can use the clouds resources for computation. I want to perform image analysis in an android app but I want the computation to happen on back-end i.e. OpenStack Cloud. How is it possible?
Taimoor Alam
  • 121
  • 8
0
votes
1 answer

Cannot run the rejoin-stack.sh script

I got devstack today, but I've been going through a problem. Whenever I restarted my virtualbox, I can't run the rejoin-stack.sh script. So that means I can't get into the horizon. Anyone can help me? Thank you. PS : When I run the command…
0
votes
3 answers

Error in re-running stack.sh

I am new to openstack. I have recently done a single node openstack installation in my ubuntu virtual machine from the following…
meenx
  • 23
  • 1
  • 6
-1
votes
2 answers

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 deprecated and slated for removal in Python 3.12.…
-1
votes
1 answer

how to install OpenStack on Ubuntu in 2022

On youtube there are many guides that show how to install openstack on ubuntu I have tried them and they seem not to work For example with Devstack I fail every time the installation with .Stack.sh, with MicroStack I fail the initialization I can't…
-1
votes
1 answer

Devstack installation error sudo systemctl start devstack@sl-api.service

These are the devstack logs appears on the screen ++functions-common:write_uwsgi_user_unit_file:1480 iniset -sudo /etc/systemd/system/devstack@sl-api.service Install WantedBy multi-user.target ++functions-common:write_uwsgi_user_unit_file:1483 …
-1
votes
2 answers

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 docker host. If I try to access my django api from…
oma0256
  • 103
  • 4
  • 11
1 2 3
23
24