Re: [Openstack] OpenStack Quantum plugins

2012-04-27 Thread hitesh wadekar
Hi Salman, Please see the inline comments. On Fri, Apr 27, 2012 at 1:25 AM, Salman Malik salma...@live.com wrote: Hi All, I am trying to learn the functionality of Quantum plugins used in OpenStack. I have read through the Quantum Admin Guide and had few basic/quick question about quantum

Re: [Openstack] s3 interface in Essex

2012-04-27 Thread Sam Morrison
Just an update on this. I have found the issue and will be submitting a bug with a code review to make this work. Currently nova talks to s3 via a set access and secret key in nova.conf if FLAGS.auth_strategy == 'keystone' then it should/can use the credentials of the user. Cheers, Sam On

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-04-27 Thread Diego Parrilla Santamaría
Awesome Javier Anxiously waiting for a meeting with you guys to see your progress! Cheers Diego -- Diego Parrilla http://www.stackops.com/*CEO* *www.stackops.com | * diego.parri...@stackops.com** | +34 649 94 43 29 | skype:diegoparrilla* * http://www.stackops.com/ * * On Thu, Apr 26,

Re: [Openstack] Pending reviews

2012-04-27 Thread Thierry Carrez
Russell Bryant wrote: It was nice to see a number of discussions at the summit in this area. The biggest backlog is nova, and there are discussions of both splitting parts out to make nova smaller, as well as adopting feature branches and merge windows. The feature branches could have more

Re: [Openstack] database migration cleanup

2012-04-27 Thread Thierry Carrez
Vishvananda Ishaya wrote: +1. Might be nice to have some kind of test to verify that the new migration leaves the tables in exactly the same state as the old migrations. Sounds like a good way to avoid nasty regressions. And maybe run that test (at least once) over the range of supported

Re: [Openstack] [OpenStack][Nova] Minimum required code coverage per file

2012-04-27 Thread Thierry Carrez
Joe Gordon wrote: It would nice to initially see the code coverage delta per merge proposal as a comment in gerrit (similar to SmokeStack), and not as a gating factor. +1 Sounds like a good way to evaluate how blocking it should be, and use it to make more informed decisions on the quality

Re: [Openstack] questions about IP addressing and network config

2012-04-27 Thread Mike Scherbakov
On Thu, Apr 26, 2012 at 10:31 PM, Vishvananda Ishaya vishvana...@gmail.comwrote: On Apr 25, 2012, at 7:31 PM, Jimmy Tsai wrote: Hi everyone, I'm running with Essex 2012.1, and have some questions about the nova network operation, 1. Is it possible manually assigned IP address to

Re: [Openstack] [OpenStack][Nova] Minimum required code coverage per file

2012-04-27 Thread Eoghan Glynn
- Original Message - Kevin, should we start copying openstack-common tests to client projects? Or just make sure to not count openstack-common code in the code coverage numbers for client projects? That's a tough one. If we copy in the tests, they end up being somewhat

Re: [Openstack] database migration cleanup

2012-04-27 Thread Eoghan Glynn
https://review.openstack.org/#/c/6847/ Nice! * Migrations added during Folsom release cycle could be compacted during E release cycle. TBD if/when we do the next compaction. An alternative idea would be to do the compaction *prior* to the Folsom relase instead of after, so that the

[Openstack] Mailing-list split

2012-04-27 Thread Thierry Carrez
Hello everyone, TL;DR summary: Due to traffic exploding, we will split the current openstack list into user / usage topics (openstack list) and development / next-version topics (openstack-dev list). Long version: At the Communication session at the design summit [1] we looked at the state of

Re: [Openstack] Mailing-list split

2012-04-27 Thread Daniel P. Berrange
On Fri, Apr 27, 2012 at 12:04:34PM +0200, Thierry Carrez wrote: To avoid Launchpad list slowness, we would run the new openstack-dev list off lists.openstack.org. Given the potential hassle of dealing with spam and delivery issues on mission-critical MLs, we are looking into the possibility of

Re: [Openstack] How to let Flat Networking wok in Essex?

2012-04-27 Thread raja.meena
Hi Shake Chen, Essex on Ubuntu . The following Configured using KVM, Flat, MySQL, and Glance, API is OpenStack (or EC2) 1. Edit your network interfaces configuration to look like the following example: vi /etc/network/interfaces # The loopback network interface auto lo iface lo inet

Re: [Openstack] Mailing-list split

2012-04-27 Thread Jim Meyering
Daniel P. Berrange wrote: On Fri, Apr 27, 2012 at 12:04:34PM +0200, Thierry Carrez wrote: To avoid Launchpad list slowness, we would run the new openstack-dev list off lists.openstack.org. Given the potential hassle of dealing with spam and delivery issues on mission-critical MLs, we are

Re: [Openstack] questions about IP addressing and network config

2012-04-27 Thread Jimmy Tsai
Thanks Vish Mike. It works very well after flush the anti-spoofing rules , I change the IP address and bind alias IP to an interface, but when I restart nova-network and nova-compute , I can't ping neither the IP I changed nor the instances I haven't changed. I'll try to figure out what

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-04-27 Thread Adrian Smith
I'd be really interested to hear how you go on with the CORS middleware Javier. Did it work as-is or did you have to modify it? Was there much effort involved in using it with Nova? From your experience it sounds like there's decent CORS support in browsers now so it's probably time to submit

Re: [Openstack] questions about IP addressing and network config

2012-04-27 Thread Mike Scherbakov
Jimmy, Nova is designed to manage IP addresses. That means that even with Flat manager it will be allocating IP addresses for you, storing them in DB. The difference btw FlatDHCP is Flat injects /etc/network/interfaces to the instance, not providing IP by DHCP. So, anti-spoofing rules should be

[Openstack] Swift authentication using keystone (Essex deploy manual)

2012-04-27 Thread Lucio Cossio
Hey there I'm installing my OpenStack Essex environment with ubuntu 12.04 using the new deploy manual from docs.openstack.org and i'm having problems to make swift work with keystone. I had everything installed but swift, because as far as I remember the manual didn't had a swift insllation and

Re: [Openstack] Mailing-list split

2012-04-27 Thread Monty Taylor
On 04/27/2012 06:11 AM, Jim Meyering wrote: Daniel P. Berrange wrote: On Fri, Apr 27, 2012 at 12:04:34PM +0200, Thierry Carrez wrote: To avoid Launchpad list slowness, we would run the new openstack-dev list off lists.openstack.org. Given the potential hassle of dealing with spam and

Re: [Openstack] Mailing-list split

2012-04-27 Thread Monty Taylor
Hey everyone! On 04/27/2012 05:04 AM, Thierry Carrez wrote: To avoid Launchpad list slowness, we would run the new openstack-dev list off lists.openstack.org. Given the potential hassle of dealing with spam and delivery issues on mission-critical MLs, we are looking into the possibility of

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-04-27 Thread javier cerviño
Hi! We have just published the code of the portal in Github. You can find it in https://github.com/ging/horizon-js. It will only work with Keystone and Nova if they have CORS implemented. Adrian, we didn't make big changes in your code, only logger classes and a little problem we found with PUT

Re: [Openstack] Mailing-list split

2012-04-27 Thread Duncan McGreggor
On Fri, Apr 27, 2012 at 8:46 AM, Monty Taylor mord...@inaugust.com wrote: Hey everyone! On 04/27/2012 05:04 AM, Thierry Carrez wrote: To avoid Launchpad list slowness, we would run the new openstack-dev list off lists.openstack.org. Given the potential hassle of dealing with spam and

Re: [Openstack] database migration cleanup

2012-04-27 Thread Dan Prince
- Original Message - From: Eoghan Glynn egl...@redhat.com To: Dan Prince dpri...@redhat.com Cc: openstack@lists.launchpad.net Sent: Friday, April 27, 2012 5:45:27 AM Subject: Re: [Openstack] database migration cleanup https://review.openstack.org/#/c/6847/ Nice! *

Re: [Openstack] database migration cleanup

2012-04-27 Thread Sean Dague
On 04/26/2012 03:24 PM, Dan Prince wrote: snip I think this scheme would support users who follow stable releases as well as users who follow trunk very closely. We talked about this at the conference but I thought this issue might be near and dear to some of our end users so it was worth

Re: [Openstack] [Metering] First meeting for the Metering project

2012-04-27 Thread Nick Barcet
On 04/25/2012 09:10 AM, Nick Barcet wrote: Thanks to the 16 persons that took the time to give their preference on Doodle [1]. The poll is now closed and the meeting time that came out of it is: Thursdays at 4pm UTC on #openstack-metering I was not sure if we could use

Re: [Openstack] Public image repository via a synchronization script

2012-04-27 Thread Scott Moser
On Wed, 25 Apr 2012, Justin Santa Barbara wrote: I think it would be very convenient to have public image repositories and an easy way to use them, so someone installing OpenStack can easily get images into Glance with minimal work. At the design summit, there were a number of talks which

Re: [Openstack] Configuring Keystone in OpenStack (Essex) white-papers

2012-04-27 Thread Chuck Short
On Fri, 27 Apr 2012 22:35:02 +0800 Shake Chen shake.c...@gmail.com wrote: HI Canonical provide the keystone document about how to config. http://www.canonical.com/about-canonical/resources/white-papers/configuring-keystone-openstack-essex but The document have one mistake. when

Re: [Openstack] Configuring Keystone in OpenStack (Essex) white-papers

2012-04-27 Thread Dolph Mathews
It looks like the PDF is rendering trying to render the outside quotes as \\paired smart quotes// instead of ||regular double quotes||. Try this instead: http://paste.openstack.org/raw/14073/ -Dolph On Fri, Apr 27, 2012 at 9:35 AM, Shake Chen shake.c...@gmail.com wrote: HI Canonical

Re: [Openstack] Configuring Keystone in OpenStack (Essex) white-papers

2012-04-27 Thread Nick Barcet
On 04/27/2012 04:35 PM, Shake Chen wrote: HI Canonical provide the keystone document about how to config. http://www.canonical.com/about-canonical/resources/white-papers/configuring-keystone-openstack-essex but The document have one mistake. when I run

[Openstack] proposal for Russell Bryant to be added to Nova Core

2012-04-27 Thread Dan Prince
Russell Bryant wrote the Nova Qpid rpc implementation and is a member of the Nova security team. He has been helping chipping away at reviews and contributing to discussions for some time now. I'd like to seem him Nova core so he can help out w/ reviews... definitely the RPC ones. Dan

Re: [Openstack] OpenStack Quantum plugins

2012-04-27 Thread Dan Wendlandt
On Thu, Apr 26, 2012 at 12:55 PM, Salman Malik salma...@live.com wrote: Hi All, Hi Salman, I am trying to learn the functionality of Quantum plugins used in OpenStack. I have read through the Quantum Admin Guide and had few basic/quick question about quantum and OVS interaction with it:

Re: [Openstack] Mailing-list split

2012-04-27 Thread Monty Taylor
On 04/27/2012 09:44 AM, Duncan McGreggor wrote: On Fri, Apr 27, 2012 at 8:46 AM, Monty Taylor mord...@inaugust.com wrote: Hey everyone! On 04/27/2012 05:04 AM, Thierry Carrez wrote: To avoid Launchpad list slowness, we would run the new openstack-dev list off lists.openstack.org. Given

Re: [Openstack] Quantum Integration Part 3

2012-04-27 Thread Dan Wendlandt
On Thu, Apr 26, 2012 at 3:32 AM, Emilien Macchi emilien.openst...@gmail.com wrote: ** Hi again, After inverstigation, it finally works. I have the network on my instances in using Quantum. The fact was I've follow official OVS documentation, and you should not follow this direction :

Re: [Openstack] Question on notifications

2012-04-27 Thread Monsyne Dragon
Yes, the publisher_id is servicename.host, so ya, you can determine the compute host from that. On Apr 25, 2012, at 4:44 PM, Joshua Harlow wrote: Hi all, I was looking at the notification outputs, which are very useful and I was wondering if the way to say figure out which hypervisor a VM is

Re: [Openstack] Error in scheduler when create a new instance.

2012-04-27 Thread Rogerio Goncalves
is enabled and not running my compute node is virtual machine to test and configured with qemu (2 core, 4gb, 10gb free in nova-volumes) my last log message on nova-compute is: 2012-04-27 12:22:25 DEBUG nova.virt.libvirt.connection [-] Connecting to libvirt: qemu:///system from (pid=18588)

Re: [Openstack] Quantum Integration Part 3

2012-04-27 Thread Dan Wendlandt
Hi Alan, That's a good question. I had assumed that my recent commits to https://www.github.com/openstack/openstack-manuals would automatically propagate to http://docs.openstack.org/incubation/openstack-network/admin/content/index.html, but that doesn't seem to have happened for the latest

Re: [Openstack] [Metering] First meeting for the Metering project

2012-04-27 Thread Francis J. Lacoste
On 12-04-27 10:50 AM, Nick Barcet wrote: The meeting occurred as planned, and overran... Nevertheless a lot of good decisions were made, the obviously most important one grin being the project name: ceilometer. For a more complete meeting summary, go visit:

Re: [Openstack] database migration cleanup

2012-04-27 Thread Dan Prince
- Original Message - From: Sean Dague sda...@linux.vnet.ibm.com To: openstack@lists.launchpad.net Sent: Friday, April 27, 2012 10:21:17 AM Subject: Re: [Openstack] database migration cleanup On 04/26/2012 03:24 PM, Dan Prince wrote: snip I think this scheme would support users

Re: [Openstack] database migration cleanup

2012-04-27 Thread Dan Prince
- Original Message - From: Johannes Erdfelt johan...@erdfelt.com To: openstack@lists.launchpad.net Sent: Friday, April 27, 2012 10:20:38 AM Subject: Re: [Openstack] database migration cleanup On Thu, Apr 26, 2012, Dan Prince dpri...@redhat.com wrote: The OpenStack Essex release

Re: [Openstack] Quantum Integration Part 3

2012-04-27 Thread Anne Gentle
Ah, the Jenkins job copies to incubated and it should be incubation - fixing now. Anne On Fri, Apr 27, 2012 at 10:30 AM, Dan Wendlandt d...@nicira.com wrote: Hi Alan, That's a good question. I had assumed that my recent commits to https://www.github.com/openstack/openstack-manuals would

[Openstack] [nova-compute] Startup error

2012-04-27 Thread Leander Bessa
Hello, I'm clueless as how to solve this problem, any ideas? DEBUG nova.utils [req-007e9c3f-2dcb-4b42-8486-800a51e272e1 None None] backend module 'nova.db.sqlalchemy.api' from '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc' from (pid=17035) __get_backend

Re: [Openstack] proposal for Russell Bryant to be added to Nova Core

2012-04-27 Thread Eric Windisch
+1 -- Eric Windisch On Friday, April 27, 2012 at 11:09 AM, Dan Prince wrote: Russell Bryant wrote the Nova Qpid rpc implementation and is a member of the Nova security team. He has been helping chipping away at reviews and contributing to discussions for some time now. I'd like to

Re: [Openstack] proposal for Russell Bryant to be added to Nova Core

2012-04-27 Thread Chris Behrens
+1 from me On Apr 27, 2012, at 8:09 AM, Dan Prince dpri...@redhat.com wrote: Russell Bryant wrote the Nova Qpid rpc implementation and is a member of the Nova security team. He has been helping chipping away at reviews and contributing to discussions for some time now. I'd like to seem

[Openstack] Code contribution

2012-04-27 Thread Victor Rodionov
Hello How code in gerrit becomes verified? ___ 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] database migration cleanup

2012-04-27 Thread Johannes Erdfelt
On Fri, Apr 27, 2012, Dan Prince dpri...@redhat.com wrote: Mirations don't appear to be particularly slow right now, and it doesn't appear that merging migrations will make them significantly faster. What exactly is the benefit of doing this? Speed wasn't the primary motivation here

Re: [Openstack] proposal for Russell Bryant to be added to Nova Core

2012-04-27 Thread Brian Waldon
+2 On Apr 27, 2012, at 8:09 AM, Dan Prince wrote: Russell Bryant wrote the Nova Qpid rpc implementation and is a member of the Nova security team. He has been helping chipping away at reviews and contributing to discussions for some time now. I'd like to seem him Nova core so he can help

Re: [Openstack] Mailing-list split

2012-04-27 Thread Stefano Maffulli
On 04/27/2012 08:27 AM, Monty Taylor wrote: You make me very happy! Let's work out the details and stuff... Check it out - it's like we're, you know, a collaborative community or something! Amen! Thank you Duncan. Cheers, stef ___ Mailing list:

Re: [Openstack] proposal for Russell Bryant to be added to Nova Core

2012-04-27 Thread Lorin Hochstein
On Apr 27, 2012, at 11:09 AM, Dan Prince wrote: Russell Bryant wrote the Nova Qpid rpc implementation and is a member of the Nova security team. He has been helping chipping away at reviews and contributing to discussions for some time now. I'd like to seem him Nova core so he can help

Re: [Openstack] proposal for Russell Bryant to be added to Nova Core

2012-04-27 Thread Kevin L. Mitchell
On Fri, 2012-04-27 at 11:09 -0400, Dan Prince wrote: I'd like to seem him Nova core so he can help out w/ reviews... definitely the RPC ones. +1 -- Kevin L. Mitchell kevin.mitch...@rackspace.com ___ Mailing list: https://launchpad.net/~openstack

Re: [Openstack] [Metering] First meeting for the Metering project

2012-04-27 Thread Loic Dachary
On 04/27/2012 05:37 PM, Francis J. Lacoste wrote: On 12-04-27 10:50 AM, Nick Barcet wrote: The meeting occurred as planned, and overran... Nevertheless a lot of good decisions were made, the obviously most important one grin being the project name: ceilometer. For a more complete meeting

Re: [Openstack] database migration cleanup

2012-04-27 Thread Monsyne Dragon
Even better, what would it take to try using Alembic? (http://alembic.readthedocs.org/en/latest/front.html#project-homepage) It's a big improvement over sqlalchemy. Amongst other things, migrations are not numbered, they are linked by dependancy, and run in topological-sort order. That there

Re: [Openstack] Quantum Integration Part 3

2012-04-27 Thread Anne Gentle
All fixed up, let me know if you have any other issues. Thanks Jim Blair for the help. Anne On Fri, Apr 27, 2012 at 10:57 AM, Anne Gentle a...@openstack.org wrote: Ah, the Jenkins job copies to incubated and it should be incubation - fixing now. Anne On Fri, Apr 27, 2012 at 10:30 AM, Dan

Re: [Openstack] Quantum Integration Part 3

2012-04-27 Thread Emilien Macchi
Hi Dan, Le vendredi 27 avril 2012 à 08:28 -0700, Dan Wendlandt a écrit : Which mode are you running OVS in? VLAN or tunneled? If you are using VLAN-mode (default) you need to add some physical interface to br-int, so that VLANs are trunked to the physical network. Is it possible that

[Openstack] Periodic clean-up of fixed_ip addresses in multi-host DHCP mode

2012-04-27 Thread Day, Phil
Hi Folks, In multi-host mode the host field of a network never seems to get set (as only IPs are allocated, not networks) However the periodic revovery task in NetworkManager uses the host field to filter what addresses it should consider cleaning up (to catch the case where the message from

Re: [Openstack] [nova-compute] Startup error

2012-04-27 Thread Jay Pipes
Hi Leander, Looks like a misconfiguration. The base path for nova's instances is typically /var/lib/nova/instances, set by the instances_path configuration option. Somehow it is being set to /usr/lib/python2.7/dist-packages/instances, which is clearly incorrect. How did you install your

Re: [Openstack] Code contribution

2012-04-27 Thread John Postlethwait
If you are asking how it becomes approved the answer is that two core-contributors of the specific project need to manually review the code, and +2 it. When that is done, Jenkins, a CI tool, will run the various automated acceptability tests against the code and if they all pass, it will merge

[Openstack] Checking InnoDB table creation as part of unit tests for nova

2012-04-27 Thread Sean Dague
I've got a patch out for review that opportunistically tests the nova migrations on mysql, if a very specific mysql database name/password/db exists on the test system (fails gracefully if it doesn't). It then also checks to make sure that there are no non-InnoDB tables in the resultant

Re: [Openstack] Proposal for manuals translation process

2012-04-27 Thread Anne Gentle
Hi Daisy, Thanks so much for this detailed proposal. I'd like you to put it on the OpenStack wiki, at http://wiki.openstack.org/Translations. My first read-through and discussion with the CI team brings up a few comments: - Whatever we do for docs, we should also do for code strings. So

Re: [Openstack] [nova-compute] Startup error

2012-04-27 Thread Flavia Missi
Could you paste your nova.conf? Looks like your instances_path flag is pointing to python's dist packages directory, maybe you've set it with a relative path...? Have you already checked it? []'s On Fri, Apr 27, 2012 at 1:00 PM, Leander Bessa leande...@gmail.com wrote: Hello, I'm clueless

Re: [Openstack] [Metering] First meeting for the Metering project

2012-04-27 Thread Francis J. Lacoste
On 12-04-27 01:24 PM, Loic Dachary wrote: On 04/27/2012 05:37 PM, Francis J. Lacoste wrote: On 12-04-27 10:50 AM, Nick Barcet wrote: The meeting occurred as planned, and overran... Nevertheless a lot of good decisions were made, the obviously most important one grin being the project name:

Re: [Openstack] Mailing-list split

2012-04-27 Thread Everett Toews
I like this idea but what happens to the openstack-operators list in this scenario? I don't think we'd want to have the openstack and openstack-operators list going along in parallel since it sounds like they would overlap. I propose that the members of the openstack-operators list would be

Re: [Openstack] database migration cleanup

2012-04-27 Thread Johannes Erdfelt
On Fri, Apr 27, 2012, Monsyne Dragon mdra...@rackspace.com wrote: Even better, what would it take to try using Alembic? (http://alembic.readthedocs.org/en/latest/front.html#project-homepage) It's a big improvement over sqlalchemy. Amongst other things, migrations are not numbered, they are

Re: [Openstack] Error in scheduler when create a new instance.

2012-04-27 Thread Flavia Missi
Rogerio, I had this problem and solved it by setting the following flag: scheduler_default_filters=AllHostsFilter Hope it helps. []'s On Fri, Apr 27, 2012 at 12:29 PM, Rogerio Goncalves roge...@gmail.comwrote: is enabled and not running my compute node is virtual machine to test and

Re: [Openstack] [nova-compute] Startup error

2012-04-27 Thread Andrew Clay Shafer
In nova.conf, what is instances_path being set to? It's blowing up trying to find the path '/usr/lib/python2.7/dist-packages/instances', which is getting set as the value of FLAGS.instances_path. On Fri, Apr 27, 2012 at 12:00 PM, Leander Bessa leande...@gmail.com wrote: Hello, I'm

[Openstack] [QA] Summary of QA Weekly Status meeting

2012-04-27 Thread Jay Pipes
The QA team had its weekly IRC meeting yesterday. Here is a summary of the action items and decisions coming out of the meeting. * Progress - Currently up to more than 150 integration tests - The dev-gate-tempest-devstack-vm Jenkins job [1] has run smoothly now for a number of iterations.

Re: [Openstack] Unable to download images using Glance+Keystone+Swift

2012-04-27 Thread Lillie Ross-CDSR11
DOH! (boy I say this a lot…) As usual, a stupid configuration error. In my old Diablo setup, the administrative role was specified via the keyword Admin. I imported the existing user accounts, tenants, and roles into my Essex test setup. However I neglected to set the Glance 'admin_role'

Re: [Openstack] Code contribution

2012-04-27 Thread andi abes
the full setup is described here: http://wiki.openstack.org/GerritJenkinsGithub On Fri, Apr 27, 2012 at 2:42 PM, John Postlethwait john.postlethw...@nebula.com wrote: If you are asking how it becomes approved the answer is that two core-contributors of the specific project need to manually

Re: [Openstack] Error in scheduler when create a new instance.

2012-04-27 Thread Rogerio Goncalves
Flavia, Thanks, but does not help. Get the same error. 2012-04-27 17:41:39 WARNING nova.scheduler.manager [req-efb95a01-15f0-4ae7-9f7f-0ec71ff4d12a e53ddc6542c84f0791fd5ff8968162d7 c65c92296bf841c992c895074da03316] Failed to schedule_run_instance: No valid host was found. Is the appropriate

Re: [Openstack] Unable to download images using Glance+Keystone+Swift

2012-04-27 Thread Jay Pipes
Good to hear, Ross! Thanks for sharing the fix :) -jay On 04/27/2012 04:42 PM, Lillie Ross-CDSR11 wrote: DOH! (boy I say this a lot…) As usual, a stupid configuration error. In my old Diablo setup, the administrative role was specified via the keyword Admin. I imported the existing user

Re: [Openstack] Mailing-list split

2012-04-27 Thread Matt Joyce
Makes sense to me. On Apr 27, 2012 2:27 PM, Everett Toews everett.to...@cybera.ca wrote: I like this idea but what happens to the openstack-operators list in this scenario? I don't think we'd want to have the openstack and openstack-operators list going along in parallel since it sounds like

[Openstack] nova nofitications

2012-04-27 Thread Craig Vyvial
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 this, i would be very interested on working together to get this in ASAP. If not, I will take on part of this blueprint and

Re: [Openstack] Mailing-list split

2012-04-27 Thread Duncan McGreggor
On Fri, Apr 27, 2012 at 3:52 PM, Everett Toews everett.to...@cybera.ca wrote: I like this idea but what happens to the openstack-operators list in this scenario? I don't think we'd want to have the openstack and openstack-operators list going along in parallel since it sounds like they would

[Openstack] [Metering] Metering repository in stackforge

2012-04-27 Thread Loic Dachary
Hi, I would like to create a repository ceilometer in https://github.com/stackforge to host the code for the newborn Metering project ( https://launchpad.net/ceilometer , first meeting held this thursday http://wiki.openstack.org/Meetings/MeteringAgenda ). I'm not sure how to proceed, could

Re: [Openstack] Error in scheduler when create a new instance.

2012-04-27 Thread Yong Sheng Gong
how much free ram left on your compute node?-openstack-bounces+gongysh=cn.ibm@lists.launchpad.net wrote: -To: Flavia Missi flaviami...@gmail.comFrom: Rogerio Goncalves roge...@gmail.comSent by: openstack-bounces+gongysh=cn.ibm@lists.launchpad.netDate: 04/28/2012 04:43AMCc:

Re: [Openstack] OpenStack Quantum plugins

2012-04-27 Thread Salman Malik
Hi Dan, Thanks for replying. There are few more questions: I am trying to learn the functionality of Quantum plugins used in OpenStack. I have read through the Quantum Admin Guide and had few basic/quick question about quantum and OVS interaction with it: 1) OVS can have ports in which

Re: [Openstack] OpenStack Quantum plugins

2012-04-27 Thread Salman Malik
Hi Hitesh, Thanks for the considerate reply. Please see the inline comments. On Fri, Apr 27, 2012 at 1:25 AM, Salman Malik salma...@live.com wrote: Hi All, I am trying to learn the functionality of Quantum plugins used in OpenStack. I have read through the Quantum Admin Guide and had few

Re: [Openstack] [nova-compute] Startup error

2012-04-27 Thread Leander Bessa
I installed everything from ubuntu's 12.04 repositories. Below is the nova config file template i'm using. I don't have access to the machine i'm using at the moment, so i can't get the final output. I hope it's enough :/ [DEFAULT] # LOG/State verbose=True # Authentication

Re: [Openstack] [Openstack-operators] Mailing-list split

2012-04-27 Thread Stefano Maffulli
On Fri 27 Apr 2012 02:43:14 PM PDT, Duncan McGreggor wrote: But if openstack-operators has become a property valuable to community members, we shouldn't just get rid of it because it doesn't make logical sense. We should make sure that folks are ready to transition to another location for

Re: [Openstack] Error in scheduler when create a new instance.

2012-04-27 Thread Rogerio Goncalves
Yong, oot@ubuntu0001:~# free -m total used free sharedbuffers cached Mem: 3951 2121 2830 0168 160 -/+ buffers/cache:792 3159 Swap: 1951 0 1951 On Fri, Apr 27, 2012 at 8:11 PM,

Re: [Openstack] Error in scheduler when create a new instance.

2012-04-27 Thread Rogerio Goncalves
Zhang, I already triad. root@ubuntu0001:~# service libvirt-bin restart libvirt-bin stop/waiting libvirt-bin start/running, process 21469 root@ubuntu0001:~# service nova-compute restart stop: Unknown instance: nova-compute start/running, process 21524 root@ubuntu0001:~# service nova-scheduler

Re: [Openstack] [Metering] Metering repository in stackforge

2012-04-27 Thread Monty Taylor
Hey! On 04/27/2012 06:20 PM, Loic Dachary wrote: Hi, I would like to create a repository ceilometer in https://github.com/stackforge to host the code for the newborn Metering project ( https://launchpad.net/ceilometer , first meeting held this thursday

Re: [Openstack] Error in scheduler when create a new instance.

2012-04-27 Thread Yong Sheng Gong
Seems that your compute is not alive:nova-compute ubuntu0001 nova enabled XXX-openstack-bounces+gongysh=cn.ibm@lists.launchpad.net wrote: -To: openstack@lists.launchpad.netFrom: Rogerio Goncalves roge...@gmail.comSent by: