Re: [Openstack] [Netstack] nova-manage network creation question

2012-03-15 Thread Brad Hall
Yeah, I think its fine to delete the check. Feel free to remove the check in your environment and reply back if anything else breaks -- I'll also submit a nova patch for it. Thanks, Brad On Thu, Mar 15, 2012 at 12:14 PM, Brian Haley brian.ha...@hp.com wrote: On 03/15/2012 11:51 AM, David

Re: [Openstack] how to run selected tests

2012-02-29 Thread Brad Hall
You can specify directories or files to run_tests.sh (i.e. ./run_tests.sh -N scheduler.test_scheduler notifier to run a subset of scheduler tests and all of the ones in the notifier directory). Thanks, Brad On Wed, Feb 29, 2012 at 12:42 PM, Yun Mao yun...@gmail.com wrote: Greetings, What's

Re: [Openstack] [OpenStack] OpenStack with Xen

2012-01-03 Thread Brad Hall
There is one guide here: http://wiki.openstack.org/XenServerDevelopment Thanks, Brad On Jan 3, 2012, at 9:05 AM, Guilherme Birk wrote: I've already have a Nova configuration working with kvm. Now I want to install and configure the Xen enviroment. Anyone can recomend any material or

Re: [Openstack] quantum error (essex-2)

2011-12-20 Thread Brad Hall
/quantum/quantum/api/__init__.pyc' has no 'APIRouterV11' attribute,) 2011/12/21 Brad Hall b...@nicira.com: Hi darkfower, Currently you have to do python setup_x.py develop where x corresponds to the package you want to do that for (server, client, common, etc). This will be changing soon

Re: [Openstack] Dashboard setup issues

2011-12-14 Thread Brad Hall
Hi Sagar, For Quantum, they fixed it in their master branch. Modify openstack-dashboard/tools/pip-requres and make sure the quantum line looks like this: -e git+https://github.com/openstack/quantum.git@stable/diablo#egg=quantum (Here is the commit for reference:

Re: [Openstack] [Gerrit] Getting invalid author

2011-08-04 Thread Brad Hall
If your commit doesn't have a change-id message you can add one by amending the commit (git commit --amend) as long as you have the commit-msg hook in place and executable. (See here for more details: http://wiki.openstack.org/GerritWorkflow) This page doesn't mention it but you need to chmod +x

Re: [Openstack] [Gerrit] Getting invalid author

2011-08-04 Thread Brad Hall
with gerrit as well, no problems after. If you do a git commit --amend will the hook add the change-id after you edit the commit message? I ask because it didn't when doing an interactive rebase. I did it this morning but I pasted the change-id in myself. -trey On Thu, Aug 4, 2011 at 10:40 AM, Brad