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

Installing Devstack on Baremetal server systemctl fails: devstack@etcd.service is not started

I am trying to install devstack from ./stack.sh on ubuntu 16.04. The installation fails while trying to start the service etcd. I am also unable to run the service manually. devstack@etcd.service - Devstack devstack@etcd.service Loaded: loaded…
Devendra Mishra
  • 77
  • 3
  • 10
-1
votes
1 answer

Setting up openstack (devstack install) on Soft layer Bare Metal

I am looking for help on steps for setting up devstack on Softlayer bare metal. Any recommendations?
Tink
  • 63
  • 1
  • 2
-1
votes
1 answer

Devstack script error

I downloaded a script from github for downloading devstack. The link for the script is: Devstack script It gives the following error: 2016-07-21 05:11:21.594 | Obtaining horizon from git+git://github.com/openstack/horizon.git#egg=horizon (from -r…
-1
votes
1 answer

devstack install openstack-mitaka (ubuntu14.04)

Attempting to install DevStack on ubuntu14.04. I updated everything on ubuntu prior to installing DevStack. After ./stack.sh,I'm getting this error but all indications is that I have the Python components installed what should I do ? It is a…
W.Reed
  • 1
  • 1
-1
votes
1 answer

VMs not able to ping Virtual Gateway

I have set up Devstack with two virtual routers. One of the routers has an external IP 172.24.4.4 and an internal IP of 10.10.6.1 I have a private cloud which is in the 10.10.6.0/24 network. I have spawned a VM in this cloud whose IP is 10.10.6.3 I…
-1
votes
1 answer

Restarting DevStack services - Safest way

I am using devstack setup in my development environment. I need the safest way to restarting a particular service in Devstack. I have tried all the possible way: I tried the screen -r command it simply shows an error message as…
iamnewuser
  • 360
  • 1
  • 4
  • 16
-1
votes
1 answer

Cloudkitty in devstack - Setup automation

We know that Cloudkitty is being used as a Rating-as-a-service in Openstack. I can be able to setup Cloudkitty in Devstack successfully. Also I can be able to configure price as needed for the same. But I need to create an automation script for…
iamnewuser
  • 360
  • 1
  • 4
  • 16
-1
votes
1 answer

Devstack failed with openstackclient.shell Exception raised:python-neutronclient

Recently I ran into this error when I was trying devstack: ERROR: openstackclient.shell Exception raised: python-neutronclient 2.3.9.40.g9ed73c0 is installed but python-neutronclient<3,>=2.3.6 is required by [] I did some investigation and found…
jin hui
  • 11
  • 3
-2
votes
1 answer

DEST value defined in localrc

If we specifically mention DEST=/opt/stack/new in localrc, does that mean this will be used throughout the code base like this variable is used in stack.sh file. Any help is appreciated.
bajrang
  • 51
  • 4
-2
votes
1 answer

Apply new configuration to devstack from local.conf

If I set a couple of settings in my local.conf file in the /devstack folder for example: ADMIN_PASSWORD=supersecret DATABASE_PASSWORD=iheartdatabases RABBIT_PASSWORD=flopsymopsy SERVICE_PASSWORD=iheartksl and then run ./stack.sh but then…
Muff
  • 89
  • 6
-2
votes
1 answer

openstack kilo installation through devstack mysql issue:

I faced following error while installing devstack on by ubuntu 14.04.3 virtual machine : i would like to know how to solve the mysql error i faced
-2
votes
1 answer

Using Heat template parameter value in bash script

In a bash script in a Heat template, is it possible to use a parameter value from that template?
Gg GHz
  • 1
  • 1
1 2 3
23
24