[Openstack] Glance ERROR: NO 'app_factory' attribute

2011-12-21 Thread jeffrey coho
Hi,all Now I run *glance-manage db_sync* ,it shows *ERROR:error trying to load config /etc/glance/glance-registry.conf:module 'glance.common.wsgi' from '/usr/local/lib/python2.7/dist-packages/glance-2012.1-py2.7.egg/glance/common/wsgi.py' has no 'app_factory' **attribute.* * * I checked the

[Openstack] Quantum OVS over StackOPS

2011-12-21 Thread Alisson Soares Limeira Pontes
Hi everybody, I am configuring nova to work with Quantum. When aplying the configurations for the OVS plugin I face this error. root@nova-compute-1:~# python ovs_quantum_agent.py ovs_quantum_plugin.ini Traceback (most recent call last): File ovs_quantum_agent.py, line 297, in module

Re: [Openstack] Compute API Versioning

2011-12-21 Thread Monty Taylor
On 12/20/2011 07:00 PM, Bryan Taylor wrote: Generally, I like the new versioning proposal and see it as simpler. If Compute adopts this change and succeeds with it, I'd like to see it OpenStack wide. Clients shouldn't have to learn several different versioning schemes. I agree with this.

Re: [Openstack] Quantum OVS over StackOPS

2011-12-21 Thread Soren Hansen
2011/12/21 Alisson Soares Limeira Pontes apon...@cpqd.com.br: I am configuring nova to work with Quantum. When aplying the configurations for the OVS plugin I face this error. root@nova-compute-1:~# python ovs_quantum_agent.py ovs_quantum_plugin.ini Traceback (most recent call last):   File

Re: [Openstack] Quantum OVS over StackOPS

2011-12-21 Thread Alisson Soares Limeira Pontes
When i first had the problem i did not have it installed. But then i installed it root@nova-controller:~# ovs-ofctl -V ovs-ofctl (Open vSwitch) 1.3.0 Compiled Dec 20 2011 18:08:01 OpenFlow versions 0x1:0x1 but the problem persists. 2011/12/21 Soren Hansen so...@linux2go.dk 2011/12/21 Alisson

Re: [Openstack] Quantum OVS over StackOPS

2011-12-21 Thread Soren Hansen
Please share the exact error message from after installing openvswitch. Best regards, Soren Hansen 2011/12/21 Alisson Soares Limeira Pontes apon...@cpqd.com.br When i first had the problem i did not have it installed. But then i installed it root@nova-controller:~# ovs-ofctl -V ovs-ofctl

Re: [Openstack] Quantum OVS over StackOPS

2011-12-21 Thread Alisson Soares Limeira Pontes
Hum, i guess i must install it in the compute-1 also!! 2011/12/21 Alisson Soares Limeira Pontes apon...@cpqd.com.br When i first had the problem i did not have it installed. But then i installed it root@nova-controller:~# ovs-ofctl -V ovs-ofctl (Open vSwitch) 1.3.0 Compiled Dec 20 2011

Re: [Openstack] Quantum OVS over StackOPS

2011-12-21 Thread Alisson Soares Limeira Pontes
I have a dual node (Controller and Compute) OpenStack setup, working fine. But i want to configure quantum for NaaS. I follow all steps of quantum administrator guide, and installed it in the controller-node. To configure the OVS plugin we must copy ovs_quantum_agent.py and ovs_quantum_plugin.ini

Re: [Openstack] Quantum OVS over StackOPS

2011-12-21 Thread Diego Parrilla Santamaría
Hi, sounds like ovs-ofctl is not in the path. BTW, we decided to wait for quantum support in essex, but please don't hesitate to drop us an email and we will try to help you. Cheers Diego -- Diego Parrilla http://www.stackops.com/*CEO* *www.stackops.com | * diego.parri...@stackops.com** | +34

Re: [Openstack] Compute API Versioning

2011-12-21 Thread Mark McLoughlin
Hi Brian, On Tue, 2011-12-20 at 10:35 -0500, Brian Waldon wrote: So there obviously isn't one clear way to version a RESTful API. Not every API is created equal, and therefore doesn't need the same capabilities in its versioning mechanism. At this point, it is important to determine what

Re: [Openstack] Compute API Versioning

2011-12-21 Thread Brian Waldon
Thanks for the input, Monty. So the reason I'm suggesting major only is due to our extensions mechanism. We are using extensions to achieve our incremental, non-breaking changes rather than using minor versioning. For example, we have a keypairs extension in the v2 API. We shouldn't go to a

Re: [Openstack] Compute API Versioning

2011-12-21 Thread Brian Waldon
On Tue, 2011-12-20 at 10:35 -0500, Brian Waldon wrote: So there obviously isn't one clear way to version a RESTful API. Not every API is created equal, and therefore doesn't need the same capabilities in its versioning mechanism. At this point, it is important to determine what

Re: [Openstack] Help with python-novaclient and keystone : expecting AUTH (HTTP 400).

2011-12-21 Thread Ziad Sawalha
Vish is right, your request should have an {auth: } wrapping the credentials. There are two ways to fix this: 1. Use a newer client that honors the Diablo contract 2. Use the latest trunk version of Keystone which by default runs a D5_compat middleware and will respond to requests

Re: [Openstack] Compute API Versioning

2011-12-21 Thread Bryan Taylor
On 12/21/2011 05:02 AM, Monty Taylor wrote: On 12/20/2011 07:00 PM, Bryan Taylor wrote: Version APIs for compatability, not release tracking. I could not agree with this more strongly. Like, really, really, really strongly. Strong feelings are not a technical reason. Clients should couple

Re: [Openstack] Compute API Versioning

2011-12-21 Thread Bryan Taylor
On 12/21/2011 05:56 AM, Mark McLoughlin wrote: On Tue, 2011-12-20 at 10:35 -0500, Brian Waldon wrote: - Versioning is important, but I'd prefer us to place more emphasis on how to design the API such that we can continue to expand the API in compatible ways for a decent period

Re: [Openstack] Metadata and File Injection

2011-12-21 Thread Richard W.M. Jones
On Thu, Dec 15, 2011 at 11:43:13AM -0500, Scott Moser wrote: c.) No way to modify contents of the service after instance launch. OK, I said 2 features, and really this one is wishlist. If we had an arbitrary key-value store that was available, the user could interact with the

[Openstack] [Orchestration] Blueprint for transactional task management

2011-12-21 Thread Yun Mao
Greetings, I have registered a blueprint for HA task management https://blueprints.launchpad.net/nova/+spec/task-management Tasks in Nova such as launching instances are complicated and error prone. Currently there is no systematic, reusable way to keep track of the distributed task executions.

Re: [Openstack] Quantum OVS over StackOPS

2011-12-21 Thread Dan Wendlandt
On Wed, Dec 21, 2011 at 3:39 AM, Alisson Soares Limeira Pontes apon...@cpqd.com.br wrote: I have a dual node (Controller and Compute) OpenStack setup, working fine. But i want to configure quantum for NaaS. I follow all steps of quantum administrator guide, and installed it in the

Re: [Openstack] SSL question??

2011-12-21 Thread Joshua Harlow
Is it me or did this go missing in essex also (the current master that is)? SSL seems to have gone missing (for kombu) :-( https://github.com/openstack/nova/blob/master/nova/rpc/impl_kombu.py#L292 Unless I missed something there? Any idears? On 12/20/11 4:23 PM, Joshua Harlow

Re: [Openstack] Configure Rate limits on OS API

2011-12-21 Thread Huang Zhiteng
I have a relevant question about API throughput. I'm using Diablo release version and I found out that there's only one process of nova-api to handle all API requests from even different users. That results very low (10) API throughput (definition: API requests handled per second). Similar

[Openstack] python-keystoneclient is in gerrit

2011-12-21 Thread Monty Taylor
Hey guys! We've just moved python-keystoneclient into gerrit, so it's all ready for normal contribution. Go nuts. Monty ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

[Openstack] python-novaclient errors on dashboard

2011-12-21 Thread denmat
Hi, I'm running the latest pull from github of python-novaclient and I'm having trouble when the dashboard attempt to view any of the images services: http://10.61.2.243/nova/images_and_snapshots/ NotFound at /nova/images_and_snapshots/ n/a (HTTP 404) Request Method: GET Request URL:

Re: [Openstack] python-novaclient errors on dashboard

2011-12-21 Thread Jesse Andrews
Looks like you are missing the %tenant_id% in the service endpoint catalog $BIN_DIR/keystone-manage $* endpointTemplates add RegionOne nova http://%HOST_IP%:8774/v1.1/%tenant_id% http://%HOST_IP%:8774/v1.1/%tenant_id% http://%HOST_IP%:8774/v1.1/%tenant_id% 1 1 On Wed, Dec 21, 2011 at 11:10 PM,

Re: [Openstack] Inner Exception: cannot import name v1_1 from (pid=xxx) import_class

2011-12-21 Thread denmat
For the benefit of the list, I rebuilt my server in the end. I have found that updating django when installing the dashboard can be hazardous (not being a python man I could not work out why all of a sudden pip was installing libraries into /usr/local/lib and that of course meant other installed