OpenStack (http://openstack.org) 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.

learn more… | top users | synonyms

0
votes
1answer
31 views

SSH into an Openstack instance - Error

I try to use ssh to login in the Openstack server built for the class. I download the .pem key from server. By putty, I login successfully with .ppk key (generate .ppk key by .pem using putty keygen). ...
0
votes
0answers
15 views

openstack-nova dose not send logs to syslog facility specified

I want to nova to send its logs to rsyslog for later use. I just add some configurations to /etc/nova/nova.conf use_syslog = True syslog_log_facility = LOG_LOCAL1 verbose = False debug = False I ...
0
votes
1answer
20 views

How to change OpenStack Ceilometer MySQL reporting password

Have asked this question on Ask OpenStack, but few views and no responses. I'm trying to use the SqlAlchemy (basically MySQL) driver and have found that the password the driver attempts to use is set ...
0
votes
0answers
13 views

How can I setup and debug Swift in Eclipse?

I am new to OpenStack and now I just wanna get a deeper look in the swift component.I have got the latest version of Swift-master from github.I am using Ubuntu12.04 + Eclipse + Pydev.Now I have no ...
0
votes
1answer
52 views

Force expiring OpenStack Swift Tokens

Is there a way to force expire or revoke OpenStack Swift Tokens? I am looking some API method to do this. Bing / Google search didn't return anything useful.
0
votes
1answer
30 views

OpenStack Grizzly keystoe remove_user command removing ALL users

I have the following code that works great in Folsom: #remove the user for each role associated with the user user_roles = kc.users.list_roles(obj_id, currtenant) for role in user_roles: ...
-1
votes
0answers
32 views

vmware workstation and public ip [closed]

I was searching for some answers on why is it I cannot connect to the floating IP address of my VM on OpenStack and came across your answer. Can you tell me why is it using VMware Workstation + ...
-1
votes
1answer
36 views

Unable to bringup horizon using OpenStack [closed]

I've installed OpenStack in Ubuntu using devstack. As provided in the installation instructions, I've ran the script stack.sh present in the devstack dir. Yet, I couldn't open the link provided.. It ...
3
votes
0answers
51 views

OpenStack VM not able to access internet [closed]

I have installed openstack using devstack. I am able to create the instance, I can also login into the instance via ssh, but the VM is not getting the internet access. I have also given the free range ...
0
votes
1answer
28 views

How can I change the image memory on OpenStack?

I'm playing around with the OpenStack API. Is there a way to change the minimum memory required by an image? I initially created an image with 4GB RAM, but now I need to launch that image with only ...
0
votes
1answer
43 views

X-Storage-Url and X-Auth-Token?

I'm following a tutorial to install swift openstacl object storage, in the lattests steps it ask me to do this : ------- "curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' ...
0
votes
0answers
46 views

About quantum(openstack network) and openvswitch: Where's the code of adding port to OVS?

ENV: ubuntu 12.04, devstack with quantum, single node I'm looking for the add-port code which should be called when I create vm on web UI. I set pdb.set_trace in almost any possible code(like ...
1
vote
0answers
24 views

Openstack Horizon Fetch Instances

I would like to fetch all instances and calculate the uptime of the vcpu ram etc. upon checking out the existing horizon code which sits at openstack_dashboard/dashboard/usage usage = ...
0
votes
0answers
48 views

Keystone returning token with metadata is_admin = 0

I recently installed devstack to play with Openstack API. Following Openstack API Quickstart I run the following command to get an authentication token: curl -d ...
-1
votes
1answer
58 views

How configure open stack in vmware workstation without using public ip [closed]

Can open stack configured without using public ip adapter in vmware in a laptop.
0
votes
1answer
24 views

OpenStack Horizon dashboard (Folsom release) js builder

As I know, OpenStack Horizon dashboard (Folsom release) uses LESS.js to compile *.css static files. That's clear. But I can't figure out what is used to compress Horizon *.js files (such as ...
0
votes
3answers
204 views

Devstack - Changing IP address after installation

I have devstack installed on a ubuntu 12.04 and I could get logged into Dashboard , Now I changed the IP of my ubuntu machine. After changing the IP, I couldn't log into Dashboard anymore I gets the ...
0
votes
0answers
35 views

How to set user id and group id in storage pool creation using libvirt 0.10?

I am trying to create storage pool using libvirt API call storagePoolDefineXML. My code is as below. [test@myhost tmp]# cat test.py #!/usr/bin/python import libvirt import sys name = sys.argv[1] ...
1
vote
0answers
81 views

Openstack in hosted environment

I am trying to configure openstack in a hosted environment where I don't have access to network equipment. That's why I want to use GRE tunnels to create an internal openstack network. The ...
1
vote
1answer
59 views

ClassNotFound exception when adding custom filter to OpenStack

I am trying to create a custom filter for OpenStack, using their FilterScheduler component. The documentation for the FilterScheduler is here: ...
0
votes
0answers
22 views

Use AWS::ElasticLoadBalancing::LoadBalancer behind Proxy

We are currently setting up a private Cloud by using Heat in combination with Openstack. But we are struggling with the "AWS::ElasticLoadBalancing::LoadBalancer"-Resource when setting up a ...
0
votes
0answers
117 views

Cannot connect to Openstack Instance via horizon, but SSH works? [closed]

I've got an OpenStack deployment running inside a VM for testing purposes. My setup is as follows: Host Ubuntu x64 with Virtualbox -> Guest Ubuntu x64 with OpenStack -> Ubuntu X64 Server Test ...
3
votes
2answers
44 views

Cannot create volume of more than 2 gb in openstack

Hi Everyone, I have installed OpenStack on my local machine. I am able to perform every functionality such as uploading image, creating and launching instance, associating floating ip etc. But I ...
2
votes
1answer
79 views

OpenStack API CreateInstance

After I create an instance on OpenStack with the REST API Using the Nova endpoint the operation succeeds with the server id reference. If I immediately try to get any of the details of the network ...
0
votes
1answer
215 views

Error when creating volume with openstack dashboard

I got an error when trying to create a volume via the openstack dashboard, after installing openstack guided by this: ...
0
votes
1answer
56 views

ovf from an existing virtual machine in OpenStack

Is it possible to get a virtual machine container* from OpenStack? How? I'm specially interested to get the container in ovf format. *The container format refers to whether the virtual machine ...
0
votes
1answer
89 views

Is it possible to create an OpenStack image importing an *.ovf file with Glance?

Is it possible to create an OpenStack image importing an ovf file with Glance? EDIT_1: I'm interested on creating images just providing its ovf file Thanks in advance
0
votes
2answers
36 views

Configure OpenStack nova with remote Bind Server

How can we configure OpenStack to use and dynamically update remote Bind DNS Server.
0
votes
1answer
161 views

Cloud Foundry - Installing Micro Bosh in a VM ( OpenStack )

I have followed the instructions on http://cloudfoundry.github.com/docs/running/deploying-cf/openstack/install_microbosh_openstack.html to install the micro bosh in a VM. I'm a little confused about ...
0
votes
1answer
92 views

how to upload a Cloud File on Rackspace and set delete at or file expiry?

I'm on a local XAMPP setup and I can upload a file ok, but I need to set an expiry or delete time. This does not work (no PHP errors but the file is still there on the Rackspace, web admin page): ...
1
vote
0answers
39 views

RHEL 6.x image for OpenStack

I am looking for a RHEL 6.x image to upload as an image to our Openstack System, similar to what Rackspace (https://github.com/rackerjoe/oz-image-build) provides, however they only go up to 5.6. The ...
0
votes
1answer
231 views

Completely remove openstack from system after installation from devstack script

I am installing OpenStack on my local machine via this link. But I am having trouble in completely removing installed components from my local machine. I ran following command:- $ sudo ./unstack.sh ...
1
vote
1answer
33 views

how to apply a fix in openstack

I need to apply this fix: https://review.openstack.org/#/c/22305/ I copy pasted the following line into the terminal. root@grid1:/home/username/openstackgeek# git fetch ...
0
votes
1answer
47 views

nodejs give error Error initializing V8 on cent os

I am trying to run openstack horizon to my system. When I try to connect to horizon it give error FATAL ERROR: v8::Debug::SetDebugMessageDispatchHandler Error initializing V8 When I check in code ...
0
votes
3answers
140 views

Openstack-Keystone failing to start

I've tried almost everything in the past couple of days to get keystone running to no avail. The setup is all on the same host, the virtualization and openstack and keystone are all on the same host, ...
2
votes
0answers
79 views

Using AWS-Cloudformatting-Resources with Heat & Openstack in a local cloud?

We have set up a local cloud-environment with Openstack (essex) and Heat. But we are confronted with the Problem that we want to add additional files/packages on first boot of an Instance. As far as I ...
0
votes
1answer
23 views

Can't use tempurl with put method to upload

I have installed keystone and swift and had proxy-server.conf configured. I can generate a temp url to download a object without any promblem.. But when I use the same way(I did changed the method ...
1
vote
2answers
155 views

Is it possible to ge the list of tenants a user is associated with in OpenStack using the keystoneclient?

Anyone know a way to get the list of tenants for a user? I know I can get the users for a tenant and I can get a list of all the tenants so technically I could loop through all the tenants and look ...
1
vote
1answer
63 views

OpenStack keystoneclient get user by name

I know it is possible to get a user by id but all I have available is the name. Anyone know how to get a user by name using the keystone client v 2.0? from keystoneclient.v2_0 import client keystone ...
0
votes
1answer
69 views

Create image from ovf file at OpenStack using jcloud

I've been reading http://www.jclouds.org/documentation/quickstart/openstack/ and https://groups.google.com/forum/?fromgroups#!forum/jclouds but I've not found any example to create an image from an ...
0
votes
2answers
115 views

localrc settings for openstack

Can anyone please tell the exact configuration for localrc file to do a single node installation of openstack. I have referred many sites and have also tried installation once but somehow it was ...
0
votes
0answers
27 views

openstack nova api

I wand to add Hot Memory Add/Remove feature in OpenStack for my project. How can i do it in openstack.also can anybody suggest me how can I call libvirt setmem from openstack.
1
vote
1answer
220 views

Is it possible to create an ami from an openstack image?

I'm creating an image from a running instance in OpenStack nova image-create <server-name> and i'm just wondering,can this image be uploaded to ec2? Or do i need to create an ami from it? ...
2
votes
2answers
67 views

Which variable I have to set in settings.py to redirect the nova services url?

I am installing openstack horizon. When I check the docs on git hub they mention The minimum required set of OpenStack services running includes the following: Nova (compute, api, scheduler, ...
0
votes
0answers
230 views

How to create a centos image of LXC format use in the Openstack environment

I want test LXC in Openstack environment,but have some problems about the images.At qemu-kvm,I usually use virt-manager to create a VM vir a file of .iso,then vrit-manager produced a .img file at ...
0
votes
2answers
122 views

Openstack create volume via Nova API

I'm trying to build a small webapp that will handle our development environments located on an openstack infrastructure (version 2012.2.2-dev, bundled in ubuntu 12.04) and I need to create some ...
0
votes
2answers
90 views

Error in re-running stack.sh

I am new to openstack. I have recently done a single node openstack installation in my ubuntu virtual machine from the following tutorial:- ...
0
votes
1answer
34 views

Is there a SQL API wrapper in Python for swift object storage?

My OpenStack based project plans to use swift object storage as a database. To ease the development work, I wonder if there is any SQL API wrapper in Python for swift object storage. If no SQL ...
0
votes
0answers
65 views

Failed to update the root certificat : cacert.pem

I use devstack to install openstack now, but unfortunately, i met a problem: /home/my/devstack/tools/create_userrc.sh -PA --target-dir /home/my/devstack/accrc ERROR: The server has either erred or is ...
0
votes
0answers
20 views

OpenStack_Swift_Installtion

can anybody upload to date swift installation document as everything single document is outdated.I have been trying to deploy openstack swift but cant get the swift working because instruction are not ...

1 2 3 4