[Openstack] [OpenStack][Swift] Does .meta file is using for storing extended metadat in Swift?

2012-09-27 Thread Kuo Hugo
Hi folks , We would like to add more metadata to an object . In my memory , there's a file will be created named ".meta" I'm not sure if this file is for storing more metadata ? Could someone share more information ? When will a .meta file be produced ? -- +Hugo Kuo+ tonyt...@gmail.com + 886

[Openstack] Blog post: "OpenStack Nova Internals - Pt2 - Services"

2012-09-27 Thread Sandy Walsh
Went a little crazy on this one ... please let me know about the many blatant mistakes so I can edit quickly :) http://www.sandywalsh.com/2012/09/openstack-nova-internals-pt2-services.html Thanks! -S ___ Mailing list: https://launchpad.net/~openstack P

[Openstack] Providing a Unified View of OpenStack Projects

2012-09-27 Thread Stefano Maffulli
Hi all, You are invited to learn about and provide feedback regarding an integration project we are undertaking to achieve interoperability of content within and between OpenStack projects with dashboards, reports, traceability, and faceted search. We have embarked on a pilot project with zAgile,

[Openstack] Quantum network configurations for individual VMs

2012-09-27 Thread Jānis Ģeņģeris
Hello, What are the limitations that can be done with quantum related to NIC configuration for individual VMs? For example, is it possible to have multiple floating IPs and multiple fixed IPs assigned to the same VM (the IPs might come from the same and/or different subnets)? How much does it dep

Re: [Openstack] multi-process-api-service

2012-09-27 Thread Narayan Desai
On Thu, Sep 27, 2012 at 2:20 PM, Nandavar, Divakar Padiyar (STSD) wrote: > >From the information available in the blueprint for > >"multi-process-api-service" I see that implementation has been completed and > >would be available as part of Folsom release > >https://blueprints.launchpad.net/no

Re: [Openstack] OpenStack 2012.2 ("Folsom") released !

2012-09-27 Thread Razique Mahroua
Congratulations to all of you guys Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 27 sept. 2012 à 18:05, Thierry Carrez a écrit :Hello everyone,It is my great pleasure to announce the immediate release of OpenStack2012.2, codenamed "Folsom". This release includes

[Openstack] multi-process-api-service

2012-09-27 Thread Nandavar, Divakar Padiyar (STSD)
>From the information available in the blueprint for >"multi-process-api-service" I see that implementation has been completed and >would be available as part of Folsom release >https://blueprints.launchpad.net/nova/+spec/multi-process-api-service I see the advantage in back porting this to ES

Re: [Openstack] Doc on nova-volume

2012-09-27 Thread Anne Gentle
Hi Ahmed - Some thoughts below. On Wed, Sep 26, 2012 at 4:49 PM, Ahmed Al-Mehdi wrote: > Hello, > > I recently setup an OpenStack environment using two servers. I read-up the > document "Object Storage Administration Guide" at the OpenStack site. I > have two questions: > - I love the first f

Re: [Openstack] [Docs] Documentation set for Folsom

2012-09-27 Thread Bontala, Vibhuvardhan
Thanks Anne. -Original Message- From: annegen...@justwriteclick.com [mailto:annegen...@justwriteclick.com] On Behalf Of Anne Gentle Sent: Thursday, September 27, 2012 2:23 PM To: Bontala, Vibhuvardhan Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net) Subject: Re: [Openstac

Re: [Openstack] [Docs] Documentation set for Folsom

2012-09-27 Thread Anne Gentle
Hello Vibhu - Apologies for a delayed response. I'm having trouble automatically publishing the Image API specs right now. Here is the 1.1 API spec for the Image service (glance). http://docs.openstack.org/api/openstack-image-service/1.1/content/ Thanks, Anne On Wed, Sep 26, 2012 at 4:46 PM, B

[Openstack] Can't ping vm to google

2012-09-27 Thread Jon Thomas
Hi, I have a control node running nova-network using FlatDHCPManager and a compute node only running nova-compute. It's a single nic setup. I can start VM's on the compute node and ssh/ping them from the control node. I can also ping from vm to control node bridge ip and em1 device ip. However, I

Re: [Openstack] [Docs] Documentation set for Folsom

2012-09-27 Thread Bontala, Vibhuvardhan
Hi, Could someone send me a reference to my request below? Thanks Vibhu -Original Message- From: openstack-bounces+vibhuvardhan.bontala=emc@lists.launchpad.net [mailto:openstack-bounces+vibhuvardhan.bontala=emc@lists.launchpad.net] On Behalf Of Bontala, Vibhuvardhan Sent: Wedne

[Openstack] OpenStack 2012.2 ("Folsom") released !

2012-09-27 Thread Thierry Carrez
Hello everyone, It is my great pleasure to announce the immediate release of OpenStack 2012.2, codenamed "Folsom". This release includes two new services: OpenStack Networking ("Quantum") and OpenStack Block Storage ("Cinder"). You can find source tarballs for each component, together with lists

Re: [Openstack] Regarding Tempest for Integration testing of Openstack Environment

2012-09-27 Thread David Kranz
On 9/26/2012 2:55 AM, Girija Sharan wrote: Hello all, I am using Tempest *stable/essex* not master. And in stable/essex there are very less number of tests as compared to tests in master. Would you please suggest me which one should I use. One important thing is that in master version there

Re: [Openstack] openstack -- xcp - devstack

2012-09-27 Thread John Garbutt
Hi, I suspect the problem is that your VM was unable to access the internet on the VM's interface specified by: HOST_IP_IFACE You can see how the Ubuntu install parameters are specified here: https://github.com/openstack-dev/devstack/blob/master/tools/xen/scripts/install_ubuntu_template.sh#L53

[Openstack] Updating Metadata for an instance.

2012-09-27 Thread Srikanth Kumar Lingala
Hi, I created an instance with the following command: *#> nova boot --meta creator=srikanth --meta desc='This is a Test Description' --flavor=1 --image=4671e99b-1c01-42e8-94d6-2405a59bab57 testserver* * * I am able to see a file - 'meta.js' in '/' directory of instance file system, with the gi

Re: [Openstack] Swift reliability

2012-09-27 Thread Phil Holden
Hello, In https://lists.launchpad.net/openstack/msg16969.html John Dickinson wrote > The 404s on object PUTs are probably related to the timeout errors you > are seeing on the container servers. This may be because of IO > contention on your hardware (eg overtaxed drives). How does the di

[Openstack] listing extensions in Openstack Nova

2012-09-27 Thread Trinath Somanchi
Hi- How to get the list of Controller and Resource extensions which exists with the wsgi.routing_args in the Openstack Nova API. Can any one please guide me on the same. Thanks in advance -- Regards, -- Trinath Somanchi, +91 9866 235 130