[openstack-dev] [devstack] issues with requiring python3 only tool?

2017-01-17 Thread Sean Dague
In attempting to get local.conf support into devstack-gate and grenade, some of the more advanced merging scenarios of local.conf fragments have surpassed anyone's desire and ability to do this in awk. So I started down the path of moving the ini file and local.conf manipulation code into a python

Re: [openstack-dev] [devstack] issues with requiring python3 only tool?

2017-01-17 Thread Victor Stinner
Le 17/01/2017 à 17:36, Sean Dague a écrit : When putting the cli interface on it, I discovered python3's argparse has subparsers built in. This makes building up the cli much easier, and removes pulling in a dependency for that. (Currently the only item in requirements.txt is pbr). This is useful

Re: [openstack-dev] [devstack] issues with requiring python3 only tool?

2017-01-17 Thread Sean Dague
On 01/17/2017 11:46 AM, Victor Stinner wrote: > Le 17/01/2017 à 17:36, Sean Dague a écrit : >> When putting the cli interface on it, I discovered python3's argparse >> has subparsers built in. This makes building up the cli much easier, and >> removes pulling in a dependency for that. (Currently th

Re: [openstack-dev] [devstack] issues with requiring python3 only tool?

2017-01-17 Thread Doug Hellmann
Excerpts from Sean Dague's message of 2017-01-17 11:50:39 -0500: > On 01/17/2017 11:46 AM, Victor Stinner wrote: > > Le 17/01/2017 à 17:36, Sean Dague a écrit : > >> When putting the cli interface on it, I discovered python3's argparse > >> has subparsers built in. This makes building up the cli mu

Re: [openstack-dev] [devstack] issues with requiring python3 only tool?

2017-01-24 Thread Sean M. Collins
Sean Dague wrote: > I'll probably still default this to python3, it is the future direction > we are headed. Works for me :) -- Sean M. Collins __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: o