Questions tagged [openstack]

Only programming related questions!! OpenStack is a collection of open source projects that enables an open, scalable cloud infrastructure. The core of OpenStack is meant to provide consistent APIs and interfaces to a variety of potential back-ends.

OpenStack is a collection of open-source projects that enables an open, scalable cloud infrastructure. The core of OpenStack is meant to provide consistent APIs and interfaces to a variety of potential back-ends.

OpenStack supports , ,, , and hypervisors; , gluster, , and sheepdog for block storage as of the Essex (spring 2012) release. OpenStack is the API as well as a reference implementation, and is being actively packaged for multiple distributions. Nothing is proscribing OpenStack from also working on Windows, and there is an ongoing effort to bring the Microsoft supervisor into the list of supported hypervisors. OpenStack also supports an Amazon like object storage service called swift.

Tutorials

You may also want to use more specialized tags like , , , , , .

Keep in mind that StackOverflow usage is limited to programming subjects and if you have operational or usage questions, you should use sister site serverfault.com

3088 questions
8
votes
2 answers

Spark cluster Master IP address not binding to floating IP

I'm trying to configure a Spark cluster using OpenStack. Currently I have two servers named spark-master (IP: 192.x.x.1, floating IP: 87.x.x.1) spark-slave-1 (IP: 192.x.x.2, floating IP: 87.x.x.2) I am running into problems when trying to use…
Philip O'Brien
  • 4,146
  • 10
  • 46
  • 96
8
votes
2 answers

IPv6: Interface IP operations are stopped with floating IP in HA failover

When a main node fails, its IP (IPv6) floats to standby node. The standby node is supposed to provide service henceforth on that IP. Given that both these nodes co-exist in the same LAN, often it is seen that the standby node becomes unreachable.…
user31986
  • 1,558
  • 1
  • 14
  • 29
8
votes
2 answers

Cloud Platforms- sudo: unable to resolve host

I use linux for my cloud based servers on Amazon-EC2 and openstack. When trying to run: sudo chhown ubuntu somepath I get this error every once in a while: sudo: unable to resolve host Most answers to this question on the internet are to edit the…
eshalev
  • 3,033
  • 4
  • 34
  • 48
8
votes
1 answer

How to get IP address of the launched instance with Boto

I am launching instance in openstack using boto myinstance = conn.run_instances('ami-0000007d',min_count=1,max_count=1, instance_type = 'm1.small') newmachine=myinstance.instances[0] newMachine has the info related to the launched instance. I have…
Malintha
  • 4,512
  • 9
  • 48
  • 82
8
votes
7 answers

Restarting a service in Openstack installed using Devstack

How to restart a specific openstack-service installed using devstack?
user3170122
  • 677
  • 3
  • 9
  • 18
8
votes
4 answers

Installing openstack on mac

I am unable to find how to install openstack on my macbook. I tried googling but every where i am getting for ubuntu and not for mac Kindly help me to install as i am a noob in openstack
Garg Sanket
  • 83
  • 1
  • 1
  • 5
8
votes
1 answer

advantages VM's have over lightweight containers (docker)

I have the following quote from docker's latest release note - Like all major IaaS implementations, Openstack relies heavily on virtual machines. Although there will always be a case for VMs in certain applications, we believe lightweight…
murtaza52
  • 46,887
  • 28
  • 84
  • 120
7
votes
4 answers

openstack Hello World

I would like to write a program on an open-stack cloud. When I search for resources, all I find are installation and Admin manuals. I have a cloud installed, now how do I run a program on it? An example of using the message queue or the blob-store…
eshalev
  • 3,033
  • 4
  • 34
  • 48
7
votes
9 answers

How to get openstack version using Horizon or Openstack client?

How to get OpenStack version using Horizon or OpenStack client? When I ran the command openstack --version, I got below output : openstack 3.15.0 Now from this, how we can get which relesae of openstack it is e.g. newton, kilo? Another question, if…
sauumum
  • 1,638
  • 1
  • 19
  • 36
7
votes
0 answers

OpenDaylight integration with OpenStack: Missing table in database

I have the following OpenStack infrastructure: 2 compute nodes 1 controller node This work fine, I can create network, router, vm, etc... Now, I want to add an OpenDaylight controller in the cloud infrastructure using the service NetVirt. I follow…
Nakrule
  • 511
  • 8
  • 24
7
votes
2 answers

How to use OpenStack Cinder to create storage class and dynamically provision persistent volume in Kubernetes Cluster

Recently when practicing kubernetes , I found there is no doc and example specifically explaining how to use cinder correctly in kubernetes. So how to setup cinder to be used in kubernetes ?
Zhao Jian
  • 216
  • 2
  • 6
7
votes
0 answers

OpenStack: MessagingTimeout: Timed out waiting for a reply

Running OpenStack Newton, fresh install, am getting this on the compute node (in nova-compute.log) when trying to launch an instance: 2017-04-04 19:28:47.546 31726 ERROR nova.compute.manager [req-af37e2ee-0ef9-4d4e-b3ce-d7a1bf27a780 - - - - -]…
Gregory Golberg
  • 363
  • 5
  • 15
7
votes
1 answer

Error with openstack server list command

I installed Openstack on my CentOs VM and when i try to see the list of launched instances, i get this error $ openstack server list Ignoring domain related config user_domain_name because identity API version is 2.0 Ignoring domain related config…
upendra
  • 2,141
  • 9
  • 39
  • 64
7
votes
2 answers

Openstack python API: how to download image from glance using the python api

I am trying to write a python program to download images from glance service. However, I could not find a way to download images from the cloud using the API. In the documentation which can be found here:…
user2521791
  • 1,621
  • 2
  • 14
  • 13
7
votes
7 answers

Error with rabbit-mq server

I am trying to setup OpenStack on Ubuntu 12.04 using devstack. Now, the error I am getting is: Setting up rabbitmq-server (2.7.1-0ubuntu4) ... Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_{log,…
Pensu
  • 3,263
  • 10
  • 46
  • 71