[Openstack] [devstack/quantum] Configuration issue

2012-05-15 Thread Gary Kotton
Hi, This morning I encountered a problem (which did not happen a few days ago :)). When devstack is launched, with quantum configured, the gateway and bridge devices are created. This causes problems with quantum. For example when devstack is up and running prior to deploying an instance we

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

2012-05-15 Thread Sam Su
Hi, I have a multi-nodes openstack environment, including a control node running Glance, nova-api, nova-scheduler, nova-network, rabbitmq, mysql, keystone and dashboard services, and two compute nodes running nova-compute and nova-network services. When someone is taking a snapshot for his/her

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

2012-05-15 Thread Edgar Magana (eperdomo)
Gary, Is you Quantum DB empty after you have restarted devstack?, I normally drop completely the Quantum DB and create it back again before running devstack in a system when I have previously used Quantum. Thanks, Edgar -Original Message- From:

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

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

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 so...@linux2go.dk wrote: 2012/5/4

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_addressand only keep the prefix ?Razique Shashank Sahni

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

[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

[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

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

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

[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

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 of the

[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 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 ski...@hotmail.fr wrote: Le 15/05/2012 11:14, Shashi Kanth Boddula a écrit : Essex on Ubuntu 12.04. I am seeing these messages in

[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

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

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 susltd...@gmail.com wrote: Hi, I have a multi-nodes openstack environment, including a control node running Glance, nova-api, nova-scheduler, nova-network,

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, and the

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 which

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 to store

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] 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:

[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] [Swift] swift news and plans

2012-05-15 Thread Soren Hansen
2012/5/15 Andy Edmonds a...@edmonds.be: 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             |

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? They're two

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

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] 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:

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 doug.hellm...@dreamhost.com wrote: On Tue, May 15, 2012 at 8:21 AM, Julien Danjou julien.dan...@enovance.com wrote: On Tue, May 15 2012, Loic Dachary wrote: On 05/15/2012 12:05 PM, Julien Danjou wrote: OTOH I find

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

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 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

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 uuid, I get get this error: 2012-05-02 02:43:57 TRACE nova File

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 jaypi...@gmail.com 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)

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

2012-05-15 Thread Vishvananda Ishaya
FYIiscsi_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] 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

Re: [Openstack] Understanding Integration Bridge and MACs

2012-05-15 Thread Dan Wendlandt
On Tue, May 15, 2012 at 10:19 AM, Salman Malik salma...@live.com 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 uuid, I get get this error:

[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

[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

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 vishvana...@gmail.comwrote: 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

[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

[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

[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.

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/*

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

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 razique.mahr...@gmail.comwrote: great

[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

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

[Openstack] [openstack]create network project_id

2012-05-15 Thread William Herry
Hi how can I create a network for *specified*dict://key.0895DFE8DB67F9409DB285590D870EDD/specifiedproject, 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

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 william.herry.ch...@gmail.com: Hi how can I create a

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

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? !-- if the token contains just the following data : - {username: admiyo,tenant: Fedora,expires: 2359:05May2012, roles: [admin,editor]}

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 in

[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

[Openstack-doc-core] Anne out for OpenStack team meeting

2012-05-15 Thread Anne Gentle
Hi all - I have to miss the team meeting today due to a conflicting meeting. Would someone like to fill in and report at the team meeting about our doc meeting yesterday? Really just pasting a link to the minutes would suffice.

Re: [Openstack-doc-core] Documentation accuracy rating

2012-05-15 Thread Anne Gentle
Great input, more comments below. On Tue, May 15, 2012 at 9:49 AM, Razique Mahroua razique.mahr...@gmail.comwrote: Thanks for the informations, please see my comments Anne Gentle a...@openstack.org 7 mai 2012 22:32 Ok, that makes perfect sense to me. I'll do a first pass. Here are some

Re: [Openstack-doc-core] Nominate Tom Fifield for doc-core

2012-05-15 Thread Anne Gentle
I agree! I'll reach out to him to see if he's interested. Thanks Lorin. Anne Gentle | http://justwriteclick.com/ [image: Facebook] http://facebook.com/conversationandcommunity[image: Linkedin] http://linkedin.com/annegentle[image: Twitter]http://twitter.com/annegentle On Tue, May 15, 2012 at