[Openstack] [SWIFT]Creating a new container in Swift does first POST then PUT

2014-07-31 Thread Ashish Chandra
Hi All, While creating a new container in Swift, it first tries to do a POST operation thinking it is for updating the metadata, once it get 404 response(container doesnot exists) then it goes for creation of container (PUT request). I feel like its a two way process, making two different HTTP ca

[Openstack] DHCP for host connected through a bridge (i.e. for a port 1 hop away)

2014-07-31 Thread Don Waterloo
This is icehouse on ubuntu 14.04, using nova, neutron, ml2, ovs, vxlan, dhcp-agent, l3-agent. I have a network topology where I have a host connected via a L2 network (no subnet allocated) to a transparent bridge which in turn connects to a network with a subnet assigned, and a DHCP agent (and a L

Re: [Openstack] swift shows double port

2014-07-31 Thread Joe Jiang
Hi Remo, I meet the same scene. I guess this is a bug of previously version. Maybe you can update Swift version and python-swiftclient(especially!) package. below package version is of my current environment and work correct. openstack-swift-container-1.13.1-1.el6.noarch openstack-swift-1.

Re: [Openstack] [openstack-dev] Cinder tempest api volume tests failed

2014-07-31 Thread Mike Perez
On 11:30 Thu 31 Jul , Nikesh Kumar Mahalka wrote: > I deployed a single node devstack on Ubuntu 14.04. > This devstack belongs to Juno. > > When i am running tempest api volume test, i am getting some tests failed. Hi Nikesh, To further figure out what's wrong, take a look at the c-vol, c-ap

Re: [Openstack] Openstack Icehouse: URL doesn't exists when install nova-compute

2014-07-31 Thread Matthias Runge
On 30/07/14 19:06, Anh Tu Nguyen wrote: Hi Openstack guys, I'm using Centos 6.4 64bit to deploy OpenStack Icehouse. When installing compute node, I got this error: $ yum install openstack-nova-compute http://yum.theforeman.org/releases/1.5/el6/x86_64/repodata/5db82d54c101b04330bc59837bcb337e196

[Openstack] OpenStack Havana now available in Oracle Solaris 11.2

2014-07-31 Thread Drew Fisher
Good afternoon! The Solaris OpenStack team would like to announce the general availability of Oracle Solaris 11.2! Included in this release is OpenStack Havana 2013.2.3 (along with MANY other new features). Our team has published a few blog entries on how to get started on Solaris with Open

Re: [Openstack] [Swift] Geo replication vs Storage policies

2014-07-31 Thread Shrinand Javadekar
Thanks for the responses Sam, John! On Wed, Jul 30, 2014 at 11:11 AM, John Dickinson wrote: > > On Jul 30, 2014, at 10:57 AM, Samuel Merritt wrote: > >> On 7/30/14, 10:18 AM, Shrinand Javadekar wrote: >>> Hi, >>> >>> Swift v1 allowed for geo replication using read and write affinity >>> rules. N

Re: [Openstack] [keystone] Authenticating third-party applications against Keystone

2014-07-31 Thread Adam Young
On 07/30/2014 05:20 AM, Macdonald-Wallace, Matthew wrote: Hi all, I wasn't sure if this would be more appropriate for -dev or -users so I thought I'd start here and move over if needed! As part of logging and monitoring, we are having to create htpasswd files for apache to secure the various

[Openstack] [Keystone] Survey on Token Provider Usage

2014-07-31 Thread Morgan Fainberg
Hi!  The Keystone team is looking for feedback from the community on what type of Keystone Token is being used in your OpenStack deployments. This is to help us understand the use of the different providers and get information on the reasoning (if possible) that that token provider is being use

[Openstack] [openstack] [neutron] unable to access signing_dir /var/cache/trove

2014-07-31 Thread hiya
Hi, I'm installing Openstack for the first time in three VMs following the doc in http://docs.openstack.org/icehouse/install-guide/install/yum/content/ch_overview.html After adding the trove module I found out that I had a few different issues so I manually rolled back and un-installed trove

Re: [Openstack] Custom QEMU Emulator Path?

2014-07-31 Thread Fish Turtle
Hi, the qemu path in openstack environment is "/usr/bin/qemu-kvm" or "/usr/libexec/qemu-kvm" in usual. backup the original and link the custom to "/usr/bin" or "/usr/libexec", it will be detected by libvirt. to change config.py may take more time, make a ___

[Openstack] [nova] Libvirt driver domain metadata - add instance metadata dictionary?

2014-07-31 Thread Markus Zoeller
The blueprint "libvirt-driver-domain-metadata" introduces some of the istances properties to the `libvirt.xml` file. For example the name of the instance, the name of the flavor and the creation date. Would it make sense to add the instance.metadata dictionary also? API: /v2/​{tenant_id}​/server

[Openstack] [nova] Launch instance without os networking

2014-07-31 Thread Andreas Scheuring
Hi together, for test purposes I tried to launch a vm without any networking in openstack configured on a multinode environment (setup via devstack: controller + cpu node). That means, neither neutron nor nova-network is installed on the controller and the cpu node. Should I be able to launch

Re: [Openstack] Failed to launch instance "ded": Please try again later [Error: No valid host was found. ]

2014-07-31 Thread Mridhul Pax
Got the issue fixed. The "neutron-plugin-openvswitch-agent" on compute node was down and was not starting due to some syntax errors in neutron.conf. Tried executing the binary manually from the command line and found the error. Peace back again :) From: mrid...@live.com To: robert.vanleeu...@spil