Re: [Openstack] Quantum Agents and Reporting State

2013-05-23 Thread Craig E. Ward
these two packages, can u upgrade the openstack quantum to latest git repo? On 05/23/2013 08:08 AM, Craig E. Ward wrote: I'm configuring a single-node installation of the Grizzly release and I am having some strange issues with the Quantum agents. The install using quantum-linuxbridge-agent, quantum-l3

[Openstack] Quantum Agents and Reporting State

2013-05-22 Thread Craig E. Ward
-linuxbridge-2013.1-3.el6.noarch. Any suggestions will be appreciated. Thanks, Craig -- Craig E. Ward USC Information Sciences Institute cw...@isi.edu ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe

Re: [Openstack] Share Glance between cells or regions

2013-05-15 Thread Craig Lee
of federation is somewhat different than just sharing a Keystone or Glance among multiple instances, but is arguably more general. I would really like the OS community to achieve some rough consensus about what kinds of federation models are desirable and how to build them. --Craig On 5/15/13

Re: [Openstack] Keystone Design Session - Fine Grained Access Control

2013-04-02 Thread Craig Lee
a group of resources (in this case, containers). --Craig On 4/2/13 7:57 AM, Jay Pipes wrote: On 04/02/2013 09:51 AM, Joe Savak wrote: I’d like to propose a design session on Fine Grained Access Control for the summit. Session info: http://summit.openstack.org/cfp/edit/99 Blueprint: https

Re: [Openstack] Cinder - Volume Attach - Error Bad Request

2013-03-14 Thread Craig E. Ward
compute node will not be able to access the volume. Craig On 03/13/2013 11:14 AM, AK Sathiya wrote: All, I have successfully setup a multi node Openstack folsom environment with Nova compute running on a secondary node. I am using Cinder for storage. I am able to create VMs in both

Re: [Openstack] Configuring More-than-One Cinder Node

2013-03-12 Thread Craig E. Ward
availability configuration. Is there, however, anything particularly wrong with the configuration I described? Thanks, Craig On 03/11/2013 06:15 PM, Logan McNaughton wrote: You'll want to look here: http://docs.openstack.org/trunk/openstack-ha/content/s-cinder-api.html You'll need

[Openstack] Configuring More-than-One Cinder Node

2013-03-11 Thread Craig E. Ward
? Thanks, Craig -- Craig E. Ward USC Information Sciences Institute cw...@isi.edu ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https

Re: [Openstack] [metering] nova volume notifications

2012-06-02 Thread Craig Vyvial
Tomasz, There are volume notifications being sent by the volume manger now in trunk. This is not in the Essex release. Here is a list of all the notifications that are currently being emitted by the managers. http://wiki.openstack.org/SystemUsageData Hope this helps. Thanks, -Craig On Fri

Re: [Openstack] [nova] why does notification use a topic exchange instead of fanout?

2012-05-09 Thread Craig Vyvial
You can allow nova to send notifications to multiple topics by setting this option in your nova.conf. ## (ListOpt) AMQP topic used for Nova notifications notification_topics=notifications,metering,monitoring This will allow you to consume all the messages from a different service. On Wed,

Re: [Openstack] nova nofitications

2012-04-30 Thread Craig Vyvial
push my branch for review. Thanks, -Craig Vyvial On Fri, Apr 27, 2012 at 4:34 PM, Craig Vyvial cp16...@gmail.com wrote: Juan/Stackers, I am curious after this blueprint was created if there is any development on the volume piece of the notifications? If there has been some work done towards

[Openstack] nova nofitications

2012-04-27 Thread Craig Vyvial
and contribute it. Thanks, Craig Vyvial ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] Open Cloud Computing Interface Blueprint Implementation

2012-04-15 Thread Craig Lee
. There is tremendous interest in the USG wrt OpenStack for these reasons, along with the need for truly open APIs. I regret that I cannot be at the OCCI unconference -- I will be in DC at that time discussing some of these very issues. Let's tag-up afterwards. Best regards, --Craig Dr. Craig A. Lee

[Openstack] compute create instance failure

2012-04-11 Thread Craig Vyvial
periodic task ComputeManager._publish_service_capabilities from (pid=2720) periodic_tasks /opt/stack/nova/nova/manager.py:152 Thanks, Craig Vyvial ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe

Re: [Openstack] Can't delete instances with error status.

2012-03-22 Thread Craig Vyvial
have noticed this with my team and written code around this case to force the instance into an 'active' state before sending nova the delete call if the instance was in an 'error' or 'suspended' state. -Craig On Thu, Mar 22, 2012 at 1:02 AM, Gabe Westmaas gabe.westm...@rackspace.comwrote

Re: [Openstack] yagi caching messages for time

2012-03-13 Thread Craig Vyvial
Oh thats awesome! Looks like i just overlooked the definition of some of the configuration parameters. I found this: default('entry_ttl', 60*60*24*30) Thanks for that explanation its exactly what i needed. -Craig Vyvial On Tue, Mar 13, 2012 at 3:22 PM, Matt Dietz matt.di

Re: [Openstack] gerrit account help

2012-03-10 Thread Craig
This may help you. If you are not in the CLA group you cannot connect to gerrit for the git-review. This blog may help ya out as well. http://blog.doughellmann.com/2012/03/preparing-my-first-patch-for-openstack.html Sign the CLA: Every developer needs to sign the Individual Contributor

Re: [Openstack] A brief update on the invites to the Design Summit

2012-03-01 Thread Craig Vyvial
yeah likewise. On Thu, Mar 1, 2012 at 11:14 AM, William L. Franklin w...@cloudscaling.comwrote: Has anyone else had trouble registering for the Design Summit for Free? We have not been able to 'register for the Design Summit only for free.' Any one been able to without paying the $500 for

Re: [Openstack] OpenStack Java API

2012-02-15 Thread Craig Vyvial
Once you have the API implemented in with Jersey you can get the XSD like you said and also a valid up to date WADL. That could be very useful for docs and/or other devs. Great work! -Craig Vyvial On Wed, Feb 15, 2012 at 8:19 PM, Luis Gervaso l...@woorea.es wrote: Hi Justin, Great! I have

[Openstack] starting a service with reporting updates to the db

2011-10-27 Thread Craig Vyvial
=self.report_interval, now=False) periodic.start(interval=self.periodic_interval, now=False) Should i mark this as a bug and submit a patch for it? Thoughts? Thanks, Craig Vyvial ___ Mailing list: https://launchpad.net/~openstack Post to : openstack