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

What's the difference between setup.py and setup.cfg in python projects

Need to know what's the difference between setup.py and setup.cfg. Both are used prominently in openstack projects
Bharadwaj
  • 1,071
  • 2
  • 8
  • 8
91
votes
8 answers

installing python packages without internet and using source code as .tar.gz and .whl

we are trying to install couple of python packages without internet. For ex : python-keystoneclient For that we have the packages downloaded from https://pypi.python.org/pypi/python-keystoneclient/1.7.1 and kept it in server. However, while…
srinath
  • 2,748
  • 6
  • 35
  • 56
39
votes
7 answers

Login credentials of Ubuntu Cloud server image

I am trying to build a cloud infrastructure using VM's In the Openstack manuals, it is mentioned that the images in this link contain, Openstack pre-installed. I downloaded the trusty-server-cloudimg-amd64-disk1.img file and I loaded it using KVM. I…
Sherwin Varghese
  • 481
  • 1
  • 5
  • 7
35
votes
5 answers

How to re-run cloud-init without reboot

I am using openstack to create a VM using 'nova boot' command. My image is cloud-init enabled. I pass a --user-data script which is a bash shell format for cloud-init to run during VM boot up time. All this happens successfully. Now my use-case is…
user3532850
  • 351
  • 1
  • 3
  • 4
26
votes
1 answer

Messaging vs RPC in a distributed system (Openstack vs K8s/Swarm)

OpenStack uses messaging (RabbitMQ by default I think ?) for the communication between the nodes. On the other hand Kubernetes (lineage of Google's internal Borg) uses RPC. Docker's swarm uses RPC as well. Both are gRPC/protofbuf based which seems…
Manohar
  • 3,865
  • 11
  • 41
  • 56
24
votes
1 answer

What are the differences between a VM image and a Docker image?

Are there any differences in images of Docker and Virtual Machine? Except the image formats, I couldn't find any info on this anywhere. Please comment out on the things like image size, instance creation time, capture time, etc. Thanks!
devesh-ahuja
  • 963
  • 1
  • 8
  • 24
21
votes
6 answers

How do I install docker using cloud-init?

I want to create instances in Openstack that will have Docker in them already installed prior to ssh to them. So naturally I got interested in Cloud-init technology because it allows us to install packages on virtual machines during first boot time.…
lgdelacruz
  • 399
  • 2
  • 4
  • 7
21
votes
4 answers

The relationship between endpoints, regions, etc in keystone OpenStack

I'm really trying to understand the under the hood of keystone regarding the relationships among endpoints, regions, tenants, services, users and roles. I've tried to find the related documents but sadly, failed. Could anybody give any pointers or…
jaeyong
  • 8,951
  • 14
  • 50
  • 63
20
votes
2 answers

What distribution is CirrOS based on?

What distribution is CirrOS based on?
Dave
  • 4,184
  • 8
  • 40
  • 46
19
votes
3 answers

Service failed to start the virtual machine 'DockerDesktopVM' because one of the Hyper-V components is not running

I have Window Server 2016/2019 Virtual Machine(Openstack). On that Hyper-V install successfully. But not able to start MobyLinuxVM. ExposeVirtualizationExtensions are already enabled on the Virtual Machine box through PowerShell.…
Sounak Saha
  • 852
  • 1
  • 9
  • 21
19
votes
3 answers

python and PEP 440 - how serious is this warning about PEP440?

I had to install OpenStack using devstack infrastructure for experiements with open vSwitch, and found this in the logs: /usr/lib/python2.7/site-packages/setuptools/dist.py:298: UserWarning: The version specified ('2014.2.2.dev5.gb329598') is an…
Mark
  • 6,052
  • 8
  • 61
  • 129
19
votes
1 answer

issues working with python generators and openstack swift client

I'm having a problem with Python generators while working with the Openstack Swift client library. The problem at hand is that I am trying to retrieve a large string of data from a specific url (about 7MB), chunk the string into smaller bits, and…
bacongobbler
  • 867
  • 6
  • 14
18
votes
4 answers

Missing value auth-url required for auth plugin password

I am trying to install openstack using devstack on ubuntu 16.04. I followed the following link. https://docs.openstack.org/developer/devstack/guides/single-machine.html When I run sudo openstack service list , it prompt the following…
Goforseeking
  • 385
  • 1
  • 3
  • 15
17
votes
1 answer

Can my Vagrant VMs use manifests with storeconfigs without a Puppet master?

I'm trying to set up a multi-VM Vagrant environment that spins up an OpenStack controller and a few OpenStack compute nodes and then provisions a VM or two on the compute nodes. Yes, I'm talking about VMs running on VMs. It sounds a little crazy,…
Philip Durbin
  • 4,042
  • 2
  • 25
  • 36
15
votes
4 answers

Jenkins slave went offline during build

Jenkins slave going offline during build. How can I fix this , I saw lot of related questions in SO and Jenkins issues but no one gave solution. My configuration: Jenkins version 1.651.1, Zuul version 2.1.1.dev393 with one Jenkins master(Ubuntu), 2…
RMK
  • 1,111
  • 4
  • 14
  • 33
1
2 3
99 100