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
3
votes
2 answers

where can I find log files in devstack?

[[local|localrc]] ADMIN_PASSWORD=pass123 DATABASE_PASSWORD=$ADMIN_PASSWORD RABBIT_PASSWORD=$ADMIN_PASSWORD SERVICE_PASSWORD=$ADMIN_PASSWORD HOST_IP=192.168.1.57 #…
3
votes
1 answer

Nova Compute Service throwing error nova requires Qemu version 2.1.0 or greater

Nova compute service is not running in the fresh devstack installation of OpenStack ; giving an error nova requires Qemu version 2.1.0 or greater when I checked version info I found the qemu-kvm version 2.9.0 was available but hypervisor was…
Dinesh Kumar
  • 545
  • 4
  • 17
3
votes
9 answers

Error in running ./stack.sh in devstack

When I try to do ./stack.sh after the call trace I am provide with the following error : `[Call Trace] ./stack.sh:217:source /home/work/devstack/stackrc:821:die [ERROR] /home/suramya/devstack/stackrc:821 Could not determine host ip address. See…
ss22ever
  • 59
  • 1
  • 1
  • 8
3
votes
4 answers

Installing systemd inside a ubuntu14.04 docker container - Is it possible?

Am trying to install and configure openstack (devstack) inside docker container. While installing am getting the following error "Failed to get D-Bus connection: No connection to service manager." Later, I checked and found that its because of…
abinesh s
  • 87
  • 1
  • 2
  • 14
3
votes
1 answer

pycadf error while installing OpenStack Liberty via devstack -Ubuntu 14.04 LTS

I am trying to install OpenStack using devstack, but i get this error : It seems to me that pycadf is a library required by keystone. I tryed to install it by this command : sudo get install python-pycadf but still getting the same problem. Did any…
Souad
  • 4,856
  • 15
  • 80
  • 140
3
votes
3 answers

How to change default http port in openstack dashboard?

I am new to OpenStack and I need to change default http port for dashboard(horizon) which is currently set to 80. I've installed/deployed OpenStack using devstack script. Which configuration files do I need to touch and change? Obviously, changing…
ivo
  • 587
  • 8
  • 21
3
votes
4 answers

Openstack, a small image for a tiny flavor

Recently I installed openstack using devstack on my laptop. The problem I'm facing is to launch an instance, since my pc have poor ressources (32 bits, 4 Go Ram, 20Go free space), I need to deploy a very small image. I tried an iso image for an…
Lola Loulita
  • 471
  • 4
  • 21
3
votes
1 answer

Error message in nova schedule

i tried to start 5 instance on my "litle cloud". I have one controller node (tb22) with nova-api and compute. An i have one compute node (tb23). I get an error message in nova-schedule: 2014-07-09 13:00:23.858 ERROR nova.scheduler.filter_scheduler …
3
votes
4 answers

Error in sudoers list

I have been trying to install Openstack on centos using devstack. When I run the script, I get the following error: [vagrant@centos64 devstack]$ ./stack.sh sudo: >>> /etc/sudoers.d/50_stack_sh: syntax error near line 1 <<< sudo: >>>…
Pensu
  • 3,263
  • 10
  • 46
  • 71
3
votes
2 answers

devstack installation with swift enabled

I tried the default installation(s3 installed), but when I try to use swift (via the python client), it give me this Endpoint for object-store not found error for all commands: source admin-openrc.sh swift --debug --os-region-name "RegionOne" post…
Mzq
  • 1,796
  • 4
  • 30
  • 65
3
votes
1 answer

How to manage users/passwords in devstack?

I've installed devstack to a clean Ubuntu machine. I'm able to access the OpenStack Dashboard at http://localhost/auth/login/. However, I have no idea how to manage users or what my initial credentials are. Where is this information is kept?
yegor256
  • 102,010
  • 123
  • 446
  • 597
2
votes
1 answer

Invalid service catalog: identity

Has anyone seen this after Dev stack install? I cannot find any logs or googles searches helping. Thank you in advance! I have looked in a ton of different logs. This is on Ubuntu 20.04
schap
  • 21
  • 1
2
votes
2 answers

Openstack/devstack Installation - The conflict is caused by: oslo-vmware 3.9.1 depends on suds-jurko>=0.6

I am trying to install devstack on Ubuntu 18.04, using the guide in https://docs.openstack.org/devstack/latest/. Installation fails with the error, ERROR: Cannot install cinder because these package versions have conflicting dependencies. The…
jnan
  • 35
  • 3
2
votes
0 answers

ceilometer not upgrade due error 401 authentication

I installed openstack using devstack in one node. And this is my local.conf…
2
votes
0 answers

Openstack Multi-region deployment

I've been trying to deploy Openstack on a multi region setup, with two nodes, one for RegionOne and one for RegionTwo, with the Horizon and Keystone services shared (they both are hosted in RegionOne). I'm using Ubuntu server Bionic on virtualbox,…
1 2
3
23 24