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][Ceilometer][Gnocchi] Error 403

I am currently on an Openstack Project and I'm trying to use Ceilometer and Gnocchi. I've installed DevStack with the following lines in the local.conf file to install and configure Ceilometer and Gnocchi: enable_plugin gnocchi…
Damien
  • 33
  • 8
0
votes
1 answer

Devstack: tempest.conf file

I am new to devstack and was trying to understand the way it works. I have one question regarding generation of tempest.conf file. I can not understand how this file gets generated and which part of the code generates it. Is it always generated…
bajrang
  • 51
  • 4
0
votes
1 answer

E: Unable to locate package libsystemd-dev

i am trying to install open-stack in my machine using dev-stack, but faced this problem : E: Unable to locate package libsystemd-dev +functions-common:apt_get:1 exit_trap +./stack.sh:exit_trap:521 local…
user8147650
  • 59
  • 2
  • 6
0
votes
0 answers

Devstack deploy openstack Failed to start iSCSI initiator daemon (iscsid)

I use devstack to deploy openstack by the documentation (devstack documentation) It failed like this: 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up open-iscsi…
0
votes
2 answers

How to access service in vagrant from native ip 127.0.0.1?

Use Vagrant installed devstack. Set the HOST_IP to 127.0.0.1 before the installation config. After finish the installation, it told use these information to access web ui: ========================= DevStack Component…
cloud_cloud
  • 1,921
  • 4
  • 16
  • 30
0
votes
1 answer

Openstack Can't find or reach Networks in Dashboard page

I'm totally new to Openstack. I installed openstack through Devstack on a Ubuntu 16.04 virtual machine in VirtualBox. Openstack version is Mitaka. After installation, I successfully logged in to Openstack dashboard using "admin" account, but after I…
StopIteration404
  • 295
  • 2
  • 12
0
votes
1 answer

Keystone Service In Devstack Not starting

I installed devstack on ubuntu 16.04 running on virtual box. The first time everything came up and i was able to access all services. I turned off my VM and reopened it again and now the keystone service is not starting. I have been reading lot of…
0
votes
1 answer

Newton fwaas devstack installation verification

I have installed newton fwaas devstack by referring the following link for local.conf https://docs.openstack.org/developer/horizon/ref/local_conf.html I got an error during installation soon after "tempest installation" in the process and…
Aishwarya
  • 1
  • 2
0
votes
0 answers

Instal devStack on Ubuntu14.04 faild

I run ./stack.sh to install OpenStack but failed with [ERROR] ./stack.sh:198 If you wish to run this script anyway run with FORCE=yes So I use this cmd FORCE=yes ./stack.sh to install OpenStack on Ubuntu but failed as: [ERROR]…
lyn
  • 53
  • 8
0
votes
1 answer

devstack error unable to find libvert client and libvert daemon

i am installing devstack on ubuntu 14.04...i am facing an error while running ./stack.sh..i have installed libvert daemon though but y this error comes..this is the error.. Reading state information... Done E: Unable to locate package…
0
votes
1 answer

devstack ContextualVersionConflict

I am having the following error once I launch stack.sh in the last stable version: sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c…
javibr
  • 301
  • 2
  • 5
0
votes
1 answer

++./stack.sh:main:1351 devstack ./stack.sh fails

I ran ./stack.sh to install devstack on a controller node (virtual machine ubuntu 14.04 lts) for a multi-node lab setting. The script failed, and the log for the same is as follows: 2017-02-16 09:50:14.632 | +[3242m./stack.sh:main:1349 …
0
votes
2 answers

Openstack installation using devstack - liberty

I am getting error while installing the openstack-liberty using devstack in "Ubuntu 14.04.5 LTS" Installation log is in http://pastebin.com/ULhXbC8u Trying to install the liberty version. stack@jan27:/tmp$ git clone…
binoy
  • 104
  • 1
  • 6
0
votes
3 answers

AttributeError 'module' object has no attribute 'version'

I am facing openstacksdk version problem. 2016-12-26 07:11:30.069 | +./stack.sh:main:1033 create_keystone_accounts 2016-12-26 07:11:30.074 | +lib/keystone:create_keystone_accounts:372 local admin_tenant 2016-12-26 07:11:30.081 |…
0
votes
1 answer

import error no module named cmd.manage

Am getting the above error while installing the keystone and python-keystoneclient. It is blocking me from installing and configuring the openstack devstack. Thanks in advance.
abinesh s
  • 87
  • 1
  • 2
  • 14