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
1
vote
2 answers

how to ssh into an openstack instance from an outside network?

I have installed devstack in a single physical machine. I have already added ICMP rule and TCP rule on port 22 in openstack security group, therefore I can ssh into the instance from the same physical machine that is not a problem. What i want is to…
Deepak Bisht
  • 45
  • 1
  • 5
1
vote
1 answer

How to keep your dev-stack separated from your project?

I'm thinking about way to keep my JS dev-stack separated (updatable) from my project. The situation is this: I've just created my very first dev-stack based on Webpack and I want to start building a first project based on this dev-stack. But what if…
Jan Chalupa
  • 887
  • 1
  • 9
  • 27
1
vote
0 answers

Openstack horizon dashboard url not found

I installed devstack on a fresh install of Ubuntu 16.04 VM. I cannot get the default dashboard url to show. The url http:///dashboard shows 404 not found. I can see all the required ones are installed…
Suren Konathala
  • 3,497
  • 5
  • 43
  • 73
1
vote
0 answers

Devstack - Pike - No valid host was found. There are not enough hosts available. - code 500 - Failure Checking if device /dev/kvm is accessible

I got this error while I was working with DEVSTACK. I successfully installed Devstack based on the latest stable version (Pike) and when i tried to launch an instance I got the error message "message: No valid host was found. There are not enough…
Scampo
  • 53
  • 1
  • 10
1
vote
0 answers

python error with devstack

can someone help me with this error: No handlers could be found for logger "openstack_dashboard.settings" Traceback (most recent call last): File "manage.py", line 23, in execute_from_command_line(sys.argv) File…
rania triki
  • 191
  • 2
  • 11
1
vote
2 answers

Devstack networking/can't ping instances

I am facing a problem how to set up network correctly while using ubuntu 17.10 in virtualbox. I have problem with pinging my instances from host PC and even from guest VM. Same problem in instances, they can't ping VMs or host pc. In virtualbox I am…
crazzynko
  • 31
  • 5
1
vote
0 answers

Error during OpenStack installation: ./stack.sh:exit_trap:539 echo 'Error on exit'

I am new to OpenStack. While installing devstack on my VM, during the execution of ./stack.sh using ubuntu 16.04, I am getting the following error: +lib/etcd3:install_etcd3:121 echo '…
Scampo
  • 53
  • 1
  • 10
1
vote
0 answers

Unable to view horizon interface(openstack dashboard)

I managed to successfully complete a devstack installation but I've not been able to access the OpenStack dashboard from my host system's web browser using the HOST_IP i.e. the IP of the VM on which devstack is installed. The message I get is that…
harry23
  • 11
  • 2
1
vote
1 answer

Error while building images for plugins in Sahara (devStack Pike) ERROR: venv: commands failed

Configuration: Openstack Pike using devStack on Ubuntu16.04 VM Plugins enabled: Sahara Heat Trove Sahara Dashboard Trove Dashboard The install was successful and was able to access horizon. Now, trying to build images for Sahara by following these…
1
vote
0 answers

devstack -"Command "python setup.py egg_info" failed with error code 1 "

i install the devstack in centos7 which run on physical machine.i meet the question that "Command "python setup.py egg_info" failed with error code 1 ".The log is too long to post all.so i just post the keys. 2017-11-12 14:03:33.612 | Downloading…
wilson von
  • 31
  • 2
1
vote
0 answers

Open edX full stack version mysql configuration

I am wondering if there is anyone try to use mysql workbench to connect to openedx fullstack version. I have a devstack version which is running on my local machine and doesn't have any issues. Also, I am able to connect to mysql database by using…
tao liu
  • 11
  • 2
1
vote
1 answer

Openstack API Authentication

Openstack noob here. I have setup an Ubuntu VM with DevStack, and am trying to authenticate with Keystone to obtain a token to be used for subsequent Openstack API calls. The identity endpoint shown on the “API Access” page in Horizon is:…
grizzthedj
  • 7,131
  • 16
  • 42
  • 62
1
vote
1 answer

How to set up openstack local.conf for Mitaka in virtual box

I installed Openstack Mitaka using devstack for many times and there were always some bugs. I think it has something to do with the initial network set up. For virtual box, I added a new host-only network "vboxnet0" with…
StopIteration404
  • 295
  • 2
  • 12
1
vote
0 answers

Cannot console into new created Openstack instance

I installed Openstack Mitaka using Devstack on an Ubuntu virtual machine in Virtualbox. After installation, things seemed to be alright. Then I start a new Cirros instance, and it succeeded. However, when I tried to console this instance using ip…
StopIteration404
  • 295
  • 2
  • 12
1
vote
0 answers

Autoscaling in openstack

I have access to OpenStack cloud. To reduce cost of using cloud i want to scale up and to scale down if extra resources are not being used. I don't have access to devstack files. I there any way to accomplish this task or I should demand from cloud…