[openstack-dev] [Quantum] import lockutil and fileutil from the openstack-common to the quantum
Mark McLoughlin
markmc at redhat.com
Thu Nov 1 06:22:55 UTC 2012
Hi Nachi,
On Wed, 2012-10-31 at 16:48 -0700, Nachi Ueno wrote:
> Hi Quantum folks
>
> I would like to import lockutil and fileutil from the openstack-common
> to the quantum
> # They are needed to implement iptables implementation for securitygroup.
>
> I updated openstack-common.conf and used python update.py with
> stable/folsom version of openstack-common.
>
> This operation also updates setup.py and another files.
> And new setup.py looks didn't work with CI.
> https://review.openstack.org/#/c/15156/
>
> How should I work with this?
>
> Option 1) copy lockutil and fileutil manually then commit
> Option 2) work with CI team to let new setup.py and CI works
Option 3) only 'git add' the lockutil and fileutil changes
Option 4) ask update.py explicitly to copy lockutil/fileutil:
$> python update.py --modules lockutil,fileutil --base quantum ../quantum
Cheers,
Mark.
More information about the OpenStack-dev
mailing list