Re: [Openstack] [Keystone] PKI

2012-05-15 Thread Tim Bell
Fully agreed. Academic and Research sites have extensive X.509 infrastructure that we would not wish to duplicate. Are you only looking at user certificates or are host certificates in the scope too ? Tim From: openstack-bounces+tim.bell=cern...@lists.launchpad.net [mailto:openstack-bou

[Openstack] OpenStack Java SDK RC2 Relased!

2012-05-15 Thread Luis Gervaso
Hi! Aligned with the JAX-RS 2.0 I have just uploaded the OpenStack Java SDK RC2 Source Code: https://github.com/woorea/openstack-java-sdk For Maven users: groupId artifactId version org.openstack openstack-java-sdk 1.0-RC2 https://raw.github.com/woorea/maven/master/releases/ This release fi

Re: [Openstack] Problem with attaching disks to an instance

2012-05-15 Thread Vishvananda Ishaya
Yes that code is unused and the removal is under review here: https://review.openstack.org/#/c/7450/ Vish On May 15, 2012, at 8:18 PM, Lorin Hochstein wrote: > On May 15, 2012, at 1:27 PM, Vishvananda Ishaya wrote: > >> FYI iscsi_ip_prefix doesn't exist in essex. > > That flag is referenced

Re: [Openstack] [Keystone] PKI

2012-05-15 Thread Haneef ALI
Hi Adam, Can you please clarify the following in PKI blueprint? 1) Do you assume that roles won't be changed after getToken and before validateToken? What is keystone private key? Do you mean user private key? 1) Why do we need to store users client cert in keystone system? BTW what do y

Re: [Openstack] Problem with attaching disks to an instance

2012-05-15 Thread Lorin Hochstein
On May 15, 2012, at 1:27 PM, Vishvananda Ishaya wrote: > FYI iscsi_ip_prefix doesn't exist in essex. That flag is referenced in the XenAPI code in essex: https://github.com/openstack/nova/blob/stable/essex/nova/virt/xenapi/volume_utils.py#L408 However, it doesn't appear anywhere else in essex

Re: [Openstack] [openstack]create network project_id

2012-05-15 Thread heut2008
if you are using vlan mode then of cource you can allocate a network to your project,if you are using flatdhcp mode then all project(tenant) share the network you created the instances in the same broadcast domain. 2012/5/16 William Herry : > Hi > > how can I create a network for specified projec

[Openstack] [openstack]create network project_id

2012-05-15 Thread William Herry
Hi how can I create a network for *specified*project, I use --project_id option when create network, seems not work, do i miss something: any one can help? thanks -- === William Herry williamherrych...@gmail.com ___ Mailing

Re: [Openstack] [Keystone] PKI

2012-05-15 Thread Adam Young
Well, the PKI pieces are the same regardless of the CA and certificate issuing pieces. All we will need to do is to use a signing key to sign a document. So EJBCA or Dogtag will work equally as well. If people already have a CA infrastructure, they should be able to leverage that, too. On

Re: [Openstack] glance nova and keystone clients in horizon dashboard

2012-05-15 Thread Gabriel Hurley
You can manually swap out the code in the src dir in your environment quite trivially. For development purposes I frequently have my own copies of the clients symlinked in. There is no way to override the pip-requires file automagically, however. Requirement freezing in Horizon and client versi

Re: [Openstack] [Nova] Server UUID from metadata service?

2012-05-15 Thread Vishvananda Ishaya
AFAIK there isn't a way to get the uuid from the metadata server in essex. We were also discussing that it might be valuable for the ec2 api to tag the uuid onto the instance, but that doesn't help for essex either. Vish On May 15, 2012, at 3:40 PM, Martin Packman wrote: > For juju, I need a s

[Openstack] [Nova] nova floating-ip-list hangs, even when nova-network is running

2012-05-15 Thread Ding Deng
Hi, I've a new 1-node 2012.1 setup in FlatDHCP mode. When I try to open the Access & Security page in Horizon, it hangs. I've also tried the CLI way (nova floating-ip-list), which hangs too. I found some similar reports [0][1] which indicated that there may be something wrong with the nova-networ

[Openstack] [keystone]Bug 963098 and related blueprint (meeting continuation)

2012-05-15 Thread Rafael Durán Castañeda
Hi, I would like continue discussion started at Keystone meeting from today (http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-05-15-18.02.html), about bug 963098 (Keystone isn't acting on consecutive failed logins) and related blueprint (Improve keystone secur

[Openstack] [Nova] Server UUID from metadata service?

2012-05-15 Thread Martin Packman
For juju, I need a snippet of shell that cloud-init can use to get the server id on startup. For the ec2 provider, the following is used: $(curl http://169.254.169.254/1.0/meta-data/instance-id) Is there any way of getting the server's uuid rather than the ec2 style i-08x version? Requests ag

[Openstack] Problem connecting to the VM with quantum and openvswitch

2012-05-15 Thread Ask Stack
Hello I can't ping nor ssh to the VM. By the output of tcpdump, looks like the VM isn't connected to the vswitch but VM got a dhcp IP address. Any help is greatly appreciated. openstack-nova-2012.1-3.fc16.noarch openstack-quantum-2012.1-1.fc16.noarch [root@core01 ~]# nova-manage network crea

Re: [Openstack] [OpenStack][Keystone] Blueprint to store quota data in Keystone

2012-05-15 Thread Everett Toews
You raise some excellent points here. I've been focused on aligning the CLI with REST methods one-to-one and staying consistent with the other subcommands but there's more to consider. It would really suck to be an admin and have to guess at whether or not a tenant already had a quota set so you c

Re: [Openstack] [Kesytone] get endpoint list when validating a token

2012-05-15 Thread Alejandro Comisario
Sorry! Surfing the code, i've found the "*belongsTo*" query string to ask for the endpoints also. thanks! On 05/15/2012 03:30 PM, Alejandro Comisario wrote: Hi all !! Its seems that in 2012.1 the call "*http://kstn:35357/v2.0/tokens/[userToken]/endpoints*"; with admin token is not implement

[Openstack] glance nova and keystone clients in horizon dashboard

2012-05-15 Thread Vijay
Hello, I have installed essex released version of openstack. When I install horizon, as part of installation it installs everything in pip-requires. This file clones glance, nova and keystone clients from the git site which is dev version and overrides my earlier base essex versions. If git clon

[Openstack] Instance Networking Issue

2012-05-15 Thread Salman Malik
Hi Guys, I am having trouble with launching instances. The launch fails on networking task with status error. Here is the output (at nova-compute screen session) on launching instance : 2012-05-02 06:41:52 TRACE nova.rpc.amqp RemoteError: Remote error: QuantumNotFoundException (u'Quantum enti

[Openstack] Boston UG

2012-05-15 Thread andi abes
Quick note about our next meetup, morrow 5/16, @ Harvard University. If you happen to be in Boston area, come eat some pizza, get to know some cool folks and have some Openstack shop-talk (if you're commuting, fear not the parking. There are instructions on getting cheap parking at Harvard faciliti

Re: [Openstack] [Keystone] PKI

2012-05-15 Thread Thor Wolpert
If you're open to levarging other OSS projects, http://www.ejbca.org/architecture.html us a great one to look at, assuming you need a PKI implementation available. I believe it is at least worth a look. On Tue, May 15, 2012 at 1:30 PM, Razique Mahroua wrote: > great topic :) > > > Joseph Heck

Re: [Openstack] [Keystone] PKI

2012-05-15 Thread Razique Mahroua
great topic :) Joseph Heck 15 mai 2012 21:06Coming out of the Keystone meeting from today (http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-05-15-18.02.html), I thought it worth mentioning that adam young has been doing some tremendous lifti

Re: [Openstack] Baremetal Support

2012-05-15 Thread Mikyung Kang
Hello Chuck, The general bare-metal framework and tilera-specific back-end descriptions are written in the following wiki page. http://wiki.openstack.org/HeterogeneousTileraSupport https://blueprints.launchpad.net/nova/+spec/heterogeneous-tilera-architecture-support The nova/virt/baremetal/* co

[Openstack] [Keystone] PKI

2012-05-15 Thread Joseph Heck
Coming out of the Keystone meeting from today (http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-05-15-18.02.html), I thought it worth mentioning that adam young has been doing some tremendous lifting in terms of looking at adding in PKI support to Keystone. T

[Openstack] Heat API v3 released!

2012-05-15 Thread Chris Alfonso
Hi, Heat is a AWS CloudForm API implementation for OpenStack. The purpose of the software is to orchestrate resources (including virtual machines, networks, storage) into a running cloud application. The software converts an AWS template into native OpenStack API calls and provides a REST API t

[Openstack] Baremetal Support

2012-05-15 Thread Chuck Short
Hi, The documentation for the baremetal support is a bit scarce. Does anyone know where I can find some more documentation please? Thanks chuck ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] Problem with attaching disks to an instance

2012-05-15 Thread Shashank Sahni
Thanks for the info. This way is indeed more convenient. -- Shashank Sahni On Tue, May 15, 2012 at 10:57 PM, Vishvananda Ishaya wrote: > FYI iscsi_ip_prefix doesn't exist in essex. The ip is passed back to the > compute node based on what it has stored in the database, so the compute > node no

[Openstack] Dashboard doesn't list out multiple projects associated with a user

2012-05-15 Thread Shashank Sahni
Hi, I'm trying to make use of tenant feature provided by keystone. I want each user to have one default project and based on the requirements make them part of others enabling them to work in groups. Tenant is perfect for such setup. My understanding is that in order to add a user to a tenant we

[Openstack] [Kesytone] get endpoint list when validating a token

2012-05-15 Thread Alejandro Comisario
Hi all !! Its seems that in 2012.1 the call "*http://kstn:35357/v2.0/tokens/[userToken]/endpoints*"; with admin token is not implemented. So, how can i get the endpoints for a given token through the admin port/token ? If i do *http://kstn:35357/v2.0/endpoints *i get the endpoint list, but wit

Re: [Openstack] Understanding Integration Bridge and MACs

2012-05-15 Thread Dan Wendlandt
On Tue, May 15, 2012 at 10:19 AM, Salman Malik wrote: > Thanks for quick reply Dan. > Here is another problem: there are some networks that show up in > nova-manage network list command but when I delete them using nova-manage > network delete --uuid , I get get this error: > > 2012-05-02 02:43:

Re: [Openstack] HELP: About Nova long time response when taking snapshot

2012-05-15 Thread Sam Su
Hi Yun, Thank you for your quick response. Yes, I am using essex release. I added one line 'libvirt_nonblocking=true' in nova.conf, took a snapshot, then created a VM, it also needs a long time(about 3 minutes) during the task of 'networking' and 'spawning' -- I think this is because I was snaps

Re: [Openstack] Problem with attaching disks to an instance

2012-05-15 Thread Vishvananda Ishaya
FYI iscsi_ip_prefix doesn't exist in essex.  The ip is passed back to the compute node based on what it has stored in the database, so the compute node no longer finds it through discovery and matching to the prefix.  You should only need iscsi_ip_address on the volume node to make sure that the db

Re: [Openstack] Opening up bug triaging rights

2012-05-15 Thread Patel, Nayna (Cloud Services)
+1 Nayna On May 15, 2012, at 10:14 AM, "Jay Pipes" wrote: > On 05/15/2012 10:56 AM, Thierry Carrez wrote: >> c. Keep it as a PROJECT-core only duty, and create regular triaging >> activity for core members (preventing other devs from helping or >> nominating bugs for backports) > > This would

Re: [Openstack] Understanding Integration Bridge and MACs

2012-05-15 Thread Salman Malik
Thanks for quick reply Dan. Here is another problem: there are some networks that show up in nova-manage network list command but when I delete them using nova-manage network delete --uuid , I get get this error: 2012-05-02 02:43:57 TRACE nova File "/opt/stack/nova/nova/network/quantum/clien

Re: [Openstack] Swift Object Storage ACLs with KeyStone

2012-05-15 Thread Nguyen, Liem Manh
There is a nice write-up of Keystone RBAC here: https://blueprints.launchpad.net/keystone/+spec/rbac-keystone AFAIK, Keystone will provide CRUD API around policy.json, but policy enforcement is done at the service level… Joe or Dolph may be able to provide more insights… Liem From: Chmouel B

Re: [Openstack] Swift: tempURL

2012-05-15 Thread Nguyen, Liem Manh
Hi Chmouel, The code looks good (+1 it for allowing anonymous access), but specifically for tempurl support, we will still need to validate the user's identity. The only difference is that we will validate the user's identity via a signature vs a token. We still need to validate that the assu

Re: [Openstack] Error in documentation: Swift + Keystone + S3

2012-05-15 Thread Chmouel Boudjnah
On Tue, May 15, 2012 at 4:07 PM, Razique Mahroua wrote: > > We are updating the doc for the essex docs. Should the changes be also in > the trunk and diablo docs ? > Razique > It's only working from the essex release. Thanks, Chmouel. ___ Mailing list:

Re: [Openstack] Opening up bug triaging rights

2012-05-15 Thread Jay Pipes
On 05/15/2012 10:56 AM, Thierry Carrez wrote: c. Keep it as a PROJECT-core only duty, and create regular triaging activity for core members (preventing other devs from helping or nominating bugs for backports) This would be my preference. I think that just like Nova has Review Days that all no

Re: [Openstack] Swift Object Storage ACLs with KeyStone

2012-05-15 Thread Chmouel Boudjnah
This has been filled already zhangjialong : https://bugs.launchpad.net/keystone/+bug/999615 I am not very familiar with how Keystone RBAC u work, AFAIK the current way to do that with policy.json is going to go away in the future, right? Chmouel. On Tue, May 15, 2012 at 6:37 PM, Nguyen, Liem Ma

Re: [Openstack] Swift Object Storage ACLs with KeyStone

2012-05-15 Thread Nguyen, Liem Manh
Yeah, that is because the swift/keystone middleware checks for the tenantId to match the accountId in the URL path... Perhaps, we should rely strictly on Swift ACL for granting access to a given Swift container, and rely on Keystone RBAC for what you can do with a given Swift account. BTW, we

Re: [Openstack] Understanding Integration Bridge and MACs

2012-05-15 Thread Dan Wendlandt
Hi Salman, You need to delete by UUID (since if quantum is used with melange, fixed_range is not guaranteed to be unique). just use: nova network delete --uuid I just yesterday noticed that this was missing from the Quantum Admin Guide and added it: http://docs.openstack.org/trunk/openstack-ne

Re: [Openstack] Understanding Integration Bridge and MACs

2012-05-15 Thread Salman Malik
Thank you both but when I try to delete any such network using nova-manage network delete tenant net_ID, I get the following error: 2012-05-02 01:47:59 TRACE nova File "/opt/stack/nova/bin/nova-manage", line 867, in delete 2012-05-02 01:47:59 TRACE nova raise Exception("Deleting by fix

Re: [Openstack] Install Your Own OpenStack Cloud - Essex Edition

2012-05-15 Thread George Mihaiescu
Hi Eric, First of all, thanks for this great documentation. I was curious how did you get the "Region" drop-down list to show up in Dashboard (page 22)? Do you need to create multiple regions for this, and if yes, could you please elaborate on how you did this? Thank you, George

Re: [Openstack] Swift: tempURL

2012-05-15 Thread Chmouel Boudjnah
On Tue, May 15, 2012 at 4:46 PM, Rouault, Jason (Cloud Services) wrote: > There is a blueprint for this work in Keystone Folsom Review is up: https://review.openstack.org/7446 Chmouel. ___ Mailing list: https://launchpad.net/~openstack Post to : o

Re: [Openstack] Opening up bug triaging rights

2012-05-15 Thread Thierry Carrez
Brian Waldon wrote: > While I agree we need to make a better effort at triaging our bugs (some > projects more than others), I'm hesitant to fully open up bug triaging rights > to everyone. I doubt everyone who would start clicking those buttons have > enough information to make the right decisi

Re: [Openstack] Opening up bug triaging rights

2012-05-15 Thread Brian Waldon
While I agree we need to make a better effort at triaging our bugs (some projects more than others), I'm hesitant to fully open up bug triaging rights to everyone. I doubt everyone who would start clicking those buttons have enough information to make the right decisions. This is similar to why

Re: [Openstack] Swift: tempURL

2012-05-15 Thread Rouault, Jason (Cloud Services)
There is a blueprint for this work in Keystone Folsom From: openstack-bounces+jason.rouault=hp@lists.launchpad.net [mailto:openstack-bounces+jason.rouault=hp@lists.launchpad.net] On Behalf Of Suchi Sinha (susinha) Sent: Monday, May 14, 2012 11:29 AM To: openstack@lists.launchpad.net Sub

Re: [Openstack] [metering] resources metadata

2012-05-15 Thread Doug Hellmann
Copying the list... On Tue, May 15, 2012 at 10:26 AM, Doug Hellmann wrote: > > > On Tue, May 15, 2012 at 8:21 AM, Julien Danjou > wrote: > >> On Tue, May 15 2012, Loic Dachary wrote: >> >> > On 05/15/2012 12:05 PM, Julien Danjou wrote: >> >> >> >> OTOH I find the metadata proposal in another ta

Re: [Openstack] Stackforge server migration

2012-05-15 Thread Andrew Hutchings
Hi guys, After a few minor issues the Stackforge review server has been migrated. Please let us know if there are any problems post-migration. Kind Regards -- Andrew Hutchings - LinuxJedi - http://www.linuxjedi.co.uk/ ___ Mailing list: https://launch

Re: [Openstack] Error in documentation: Swift + Keystone + S3

2012-05-15 Thread Razique Mahroua
We are updating the doc for the essex docs. Should the changes be also in the trunk and diablo docs ?Razique Anne Gentle 15 mai 2012 14:23Thanks for reporting, Philipp - doc bug logged and we'll get it taken care of. https://bugs.launchpad.net/openstack-manuals/+bug/999655Thanks

Re: [Openstack] Error in documentation "openstack install and deploy manual"

2012-05-15 Thread Lorin Hochstein
Thanks, Alessandro. I've proposed a doc fix for these issues here: https://review.openstack.org/7442 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On May 15, 2012, at 9:32 AM, Alessandro Tagliapietra wrote: > I tried to in

Re: [Openstack] [OpenStack][Keystone] Blueprint to store quota data in Keystone

2012-05-15 Thread Joe Topjian
Hi Everett, > Secondly, with regard to quota-create and quota-update, is there a huge >> difference between the two besides one would ultimately do an "insert" and >> one would do an "update"? If that is the only difference, could the two be >> combined into a single "quota-set" subcommand? >> >

Re: [Openstack] [Swift] swift news and plans

2012-05-15 Thread Soren Hansen
2012/5/15 Andy Edmonds : > If I'm not mistaken: > http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-05-08-20.00.log.html That meeting happened 4 days *after* the e-mail I responded to was sent to the mailing list. -- Soren Hansen             | http://linux2go.

[Openstack] Error in documentation "openstack install and deploy manual"

2012-05-15 Thread Alessandro Tagliapietra
I tried to install openstack following this guide, i think these things are wrong. I'm not sure so maybe it's intentional. 1) http://docs.openstack.org/trunk/openstack-compute/install/content/keystone-service-endpoint-create.html Defining the volume service there is this line:

Re: [Openstack] "Error: Unable to retrieve container list." From the openstack-dashboard

2012-05-15 Thread Razique Mahroua
In fact, I can't explain why, but the restarting of the server fixed the issuepartially ; not any container is displayedStorageURL: http://192.168.71.152:8080/v1/AUTH_aabeefb101f749a7b06a94a57f416d82Auth Token: 3e6ad70205fc4addb98d70aff254fa1f   Account: AUTH_aabeefb101f749a7b06a94a57f416d8

Re: [Openstack] Error in documentation: Swift + Keystone + S3

2012-05-15 Thread Anne Gentle
Thanks for reporting, Philipp - doc bug logged and we'll get it taken care of. https://bugs.launchpad.net/openstack-manuals/+bug/999655 Thanks Chmouel for confirming the correct settings. Anne Anne Gentle | http://justwriteclick.com/ [image: Facebook]

Re: [Openstack] [metering] resources metadata

2012-05-15 Thread Julien Danjou
On Tue, May 15 2012, Loic Dachary wrote: > On 05/15/2012 12:05 PM, Julien Danjou wrote: >> >> OTOH I find the metadata proposal in another table too much >> complicated. Why not storing what metadata in the meter.payload field >> in the same table (e.g. as a JSON string)? > I would be much simpler

Re: [Openstack] [metering] resources metadata

2012-05-15 Thread Loic Dachary
On 05/15/2012 12:05 PM, Julien Danjou wrote: > > OTOH I find the metadata proposal in another table too much > complicated. Why not storing what metadata in the meter.payload field > in the same table (e.g. as a JSON string)? I would be much simpler to store the metadata in the resource_id field wh

Re: [Openstack] ImageNotFound: Image could not be found

2012-05-15 Thread Pierre Amadio
Hi there ! On 05/15/2012 01:28 PM, Shashi Kanth Boddula wrote: > Essex on Ubuntu 12.04. > > I am storing images in swift. glance is configured to point to swift. > > I have imported few images, they are stored in swift. > > From dashboard, if i launch an instance from a image, it is failing, an

Re: [Openstack] HELP: About Nova long time response when taking snapshot

2012-05-15 Thread Yun Mao
If you are using the essex release, have you tried to enable the libvirt_nonblocking option? Yun On Tue, May 15, 2012 at 2:18 AM, Sam Su wrote: > Hi, > > I have a multi-nodes openstack environment, including a control node running > Glance, nova-api, nova-scheduler, nova-network, rabbitmq, mysql

Re: [Openstack] ImageNotFound: Image could not be found

2012-05-15 Thread Razique Mahroua
Hi, I found this https://bugs.launchpad.net/nova/+bug/948286Maybe a link ? Shashi Kanth Boddula 15 mai 2012 13:28Essex on Ubuntu 12.04.I am storing images in swift. glance is configured to point to swift.I have imported few images, they are stored in swift.From dashboard, if i

[Openstack] ImageNotFound: Image could not be found

2012-05-15 Thread Shashi Kanth Boddula
Essex on Ubuntu 12.04. I am storing images in swift. glance is configured to point to swift. I have imported few images, they are stored in swift. >From dashboard, if i launch an instance from a image, it is failing, and the nova compute logs says "TRACE nova.rpc.amqp ImageNotFound: Image e2859b

Re: [Openstack] AMQP server on localhost:5672 is unreachable: IOError Socket closed.

2012-05-15 Thread Shashi Kanth Boddula
Thank you, i simply reinstalled rabbitmq server and restarted nova api, now things looks fine. Thanks. On Tue, May 15, 2012 at 3:08 PM, Bilel Msekni wrote: > Le 15/05/2012 11:14, Shashi Kanth Boddula a écrit : > > Essex on Ubuntu 12.04. > > I am seeing these messages in noa-api.log file, and

[Openstack] "Error: Unable to retrieve container list." From the openstack-dashboard

2012-05-15 Thread Razique Mahroua
Hi guys,using the good CSScorp guide https://cssoss.files.wordpress.com/2012/05/openstackbookv3-0_csscorp.pdfI'm deployin an AIO solution, the only thing I'm unable to make work is the swift <-> dash communication.The first thing I'm don't really know how to do is enabling Horizon debug either

Re: [Openstack] AMQP server on localhost:5672 is unreachable: IOError Socket closed.

2012-05-15 Thread raja.meena
Hi Shashi, 1. check for the below.. root@openstack:/# cat /etc/rabbitmq/rabbitmq.conf [ {rabbit, [ {tcp_listeners, [{"0.0.0.0",5672}]} ]} ] 2. restart rabbitmq service & check below root@openstack:/# service rabbitmq-server status Status of node rabbit@openstack ... [{pid,26880}, {running

Re: [Openstack] [metering] resources metadata

2012-05-15 Thread Julien Danjou
On Mon, May 14 2012, Loic Dachary wrote: >> Each set of metering data will need to be associated with the appropriate >> metadata from the resource at the time the metering information was >> collected. The rate of change of metadata and metering events are >> different, though, so the timestamps

[Openstack] Reminder: OpenStack Project meeting - 21:00 UTC

2012-05-15 Thread Thierry Carrez
Hello everyone, Our weekly project & release status meeting will take place at 21:00 UTC this Tuesday in #openstack-meeting on IRC. PTLs who can't make it should name a substitute on [2]. We are just one week away from folsom-1 milestone-proposed cut, so for affected projects we will look at prog

Re: [Openstack] Swift Object Storage ACLs with KeyStone

2012-05-15 Thread Chmouel Boudjnah
Hi, In swift+keystone you are not allowed to have ACL between different account/tenant/project, you can only allow ACL between different users in a tenant. This is probably something not too difficult to implement but it may needs some tinkering to get it right. Please feel free to log a bug in k

Re: [Openstack] Error in documentation: Swift + Keystone + S3

2012-05-15 Thread Chmouel Boudjnah
On Tue, May 15, 2012 at 11:22 AM, Philipp Wollermann wrote: > As a user, that's nearly impossible to find out - try it using the > documentation and Google. The only "official" place, where you can find it > mentioned, is in the middle of the 81.5kb stack.sh inside devstack and you'll > only fi

Re: [Openstack] AMQP server on localhost:5672 is unreachable: IOError Socket closed.

2012-05-15 Thread Bilel Msekni
Le 15/05/2012 11:14, Shashi Kanth Boddula a écrit : Essex on Ubuntu 12.04. I am seeing these messages in noa-api.log file, and the nova is not functional in dashboard. I believe the problem is with rabbitmq, but i don't know how to solve this situation. 2012-05-15 14:20:11 ERROR nova.rpc.co

[Openstack] Error in documentation: Swift + Keystone + S3

2012-05-15 Thread Philipp Wollermann
Hi, today, I was trying to setup Swift with Keystone authentication and S3 compatibility. Thanks to the very good documentation at http://swift.openstack.org/ and http://keystone.openstack.org/configuringservices.html I got a working setup quite fast, however S3 compatibility didn't work. The

[Openstack] AMQP server on localhost:5672 is unreachable: IOError Socket closed.

2012-05-15 Thread Shashi Kanth Boddula
Essex on Ubuntu 12.04. I am seeing these messages in noa-api.log file, and the nova is not functional in dashboard. I believe the problem is with rabbitmq, but i don't know how to solve this situation. 2012-05-15 14:20:11 ERROR nova.rpc.common [req-1d70ea22-fb6e-4be8-84f5-54cfd78698ac 0c1bd987f8

Re: [Openstack] Problem with attaching disks to an instance

2012-05-15 Thread Razique Mahroua
Oh sorry, haven't read Vish answer, my bad :-) Shashank Sahni 14 mai 2012 23:30 Thank you Vish. That did the trick :) Regards, Shashank Sahni ___Mailing list: https://launchpad.net/~openstackPo

Re: [Openstack] Dhcp lease errors in vlan mode

2012-05-15 Thread Razique Mahroua
Great work Lorin, just reviewed :-) Lorin Hochstein 14 mai 2012 21:59I attempted to document this issue in the docs: https://review.openstack.org/7403(As an aside, we're using VLAN mode at Nimbis).Take care,Lorin--Lorin HochsteinLead Architect - Cloud ServicesNimbis Services,

Re: [Openstack] not able to start nova-compute "Instance could not be found"

2012-05-15 Thread Razique Mahroua
Hi :-)Did you use to have that instance and destroyed it - lost it while it is still logged into the database ?does $ nova list works, if so use it to retrieve the compute node used for it and check /var/lib/nova/instances, or connect to the node, and isue : $ virsh list --allRazique S

Re: [Openstack] Problem with attaching disks to an instance

2012-05-15 Thread Razique Mahroua
In fact, it looks like the service is not able to retrieve the nova-volume' IP; as if there were some issue parsing the flag or something like that.Could you try by commenting that entry on all your servers : --iscsi_ip_address and only keep the prefix ?Razique Shashank Sahni 1

Re: [Openstack] [Swift] swift news and plans

2012-05-15 Thread Andy Edmonds
If I'm not mistaken: http://eavesdrop.openstack.org/meetings/openstack-meeting/2012/openstack-meeting.2012-05-08-20.00.log.html Also included in the discussion was 3rd party APIs within nova. Andy andy.edmonds.be On Thu, May 10, 2012 at 2:50 AM, Soren Hansen wrote: > 2012/5/4 John Dickinson :

Re: [Openstack] [devstack/quantum] Configuration issue

2012-05-15 Thread Gary Kotton
Hi, Thanks. The Quantum DB is empty. The script for devstack ensures that it is clean prior to running. Thanks Gary On 05/15/2012 09:46 AM, Edgar Magana (eperdomo) wrote: BTW. I also restart the network service to be sure that any previous configuration is completely removed. Edgar -Orig

Re: [Openstack] [devstack/quantum] Configuration issue

2012-05-15 Thread Edgar Magana (eperdomo)
BTW. I also restart the network service to be sure that any previous configuration is completely removed. Edgar -Original Message- From: openstack-bounces+eperdomo=cisco@lists.launchpad.net [mailto:openstack-bounces+eperdomo=cisco@lists.launchpad.net] On Behalf Of Gary Kotton Sent