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 Installation Error: AttributeError: 'module' object has no attribute 'PY2'

Attempting to install DevStack on CentOS 7. I updated everything on CentOS prior to installing DevStack. I'm getting this error but all indications is that I have the Python components installed. if six.PY2: AttributeError: 'module' object has no…
0
votes
1 answer

Devstack cannot ssh into VM when using Heat

I am using devstack on my Mac. When launching an instance via the console, I can ssh into the new instance using the appropriate key. However, if I launch an instance using a Heat stack-create, defining the same key pair and the same image and all…
Andre Tost
  • 11
  • 2
0
votes
1 answer

OpenStack Kilo DevStack install fails noVNC issue

Trying to install devstack (Kilo) on a VM (ubuntu 64 bit 14.04.3 desktop) running on a local machine. Its throwing a git error in the middle of installation: error: RPC failed; result=56, HTTP code = 200 | 0 bytes/s and [ERROR]…
user3784080
  • 97
  • 2
  • 13
0
votes
1 answer

SSLError: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

I am trying to install openstack and ovsVapp in my server. Everything goes well during initial stage. Later got an error in n-cpu saying SSLError: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify…
0
votes
1 answer

Deploy jar on openstack cirros instance

It sounds very basic but I haven't found clear instructions on how to do this. I'm new on openstack. I have setted up devstack on my laptop, I have created an instance from a cirros image and now I would like this image to run a jar. I was expecting…
Katerina A.
  • 1,268
  • 10
  • 24
0
votes
1 answer

Parsing response payload from rabbitmq queue

I am getting a response in Rabbitmq message queue for various operations in Devstack (KILO version). Now I need to listen to particular 'event_type' from the response. Payload data is as follows: \"event_type\": \"compute.instance.update\" I have…
Murali
  • 1,084
  • 1
  • 11
  • 28
0
votes
1 answer

devstack install:can't run lms

I met a problem and I searched in google and read the documents in github,when I type this command: returns paver devstack lms returns I found that it shows…
0
votes
4 answers

Restart of Nova services in Devstack

I have tried restarting the Nova services after some modifications in nova.conf file. While trying to restart I am getting the error that unrecognized service. I know that way to restart nova services in devstack was different. Someone provide me…
Murali
  • 1,084
  • 1
  • 11
  • 28
0
votes
1 answer

Devstack installation error - Keystone

Managed to work through my errors with DevStack and stack.sh generates about 6900+ logs on the screen so I am guessing I am very close :) I am using Keystone 3, I manually exported OS_URL, OS_AUTH_URL (in an earlier run it complained about this…
user3379755
  • 71
  • 2
  • 7
0
votes
1 answer

How to build my own Java/Python PaaS (platform-as-a-service) with Openstack?

I'm running Openstack on a computer and want to provide a simple PaaS with it. (it's not a big project, I'm just doing it for learning) I jus wanted to know the steps, the scenario, the approach, where should I start and what is the route. I have…
binarysta
  • 156
  • 11
0
votes
1 answer

How to install devstack on Ubuntu 14.04 single node desktop environment

I am trying to install devstack on my Ubuntu 14.04 desktop computer. Everything goes fine, except the "./stack.sh" command returns the following error : The following packages have unmet dependencies: curl : Depends: libcurl3 (=…
Pulkit Pahwa
  • 1,412
  • 11
  • 8
0
votes
1 answer

Openstack (devstack) Heat template to create vm and app on it

Is it possible, using heat template, create VM instance (eg:. ubuntu) and install on it some application? I want create ubuntu instance and install on it apache ant using heat template
My Name
  • 57
  • 7
0
votes
0 answers

Devstack installation fail at python update.py /opt/stack//cinder

i am new to openstack. while installing devstack on virtual box uisng ubuntu i am getting the following error. can any one help me to fix the problem. The error prompt is as follows. cd /opt/stack/requirements python update.py…
user1286030
  • 57
  • 1
  • 4
0
votes
1 answer

Openstack, make my insstance acessible from different machine

How to make my instance accessible from another machine in the same network, I've already asssign a floating IP?
Lola Loulita
  • 471
  • 4
  • 21
0
votes
0 answers

Devstack, default username and pass not showing in the console; Ubuntu cloud image

I installed ubuntu cloud image, I'm trying to login for cirros img, in the console shown by openstack, the default username/pass are printed in the console. But with Ubuntu trysty server cloud img nothing is displayed. How t login ?
Soula
  • 55
  • 10