Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-02 Thread Matt Joyce
>> I skipped out on blue printing and just submitted a gerrit review for >> adding argparse flags for specifying URL for specific APIs. > > Why is this needed?  These URLs come from the service catalog.  Cases > where you do need to override that use --os-url as part of token flow > auth, skipping

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-02 Thread Dean Troyer
On Wed, May 2, 2012 at 1:51 PM, Matt Joyce wrote: > I skipped out on blue printing and just submitted a gerrit review for > adding argparse flags for specifying URL for specific APIs. Why is this needed? These URLs come from the service catalog. Cases where you do need to override that use --os

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-02 Thread Matt Joyce
I skipped out on blue printing and just submitted a gerrit review for adding argparse flags for specifying URL for specific APIs. Is that cool or do we want blue prints at that level of low complexity? -Matt On Wed, May 2, 2012 at 10:13 AM, Dean Troyer wrote: > On Wed, May 2, 2012 at 10:18 AM,

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-02 Thread Dean Troyer
On Wed, May 2, 2012 at 10:18 AM, Doug Hellmann wrote: > Maybe I'm doing this wrong. I wanted to make a list of the things I know we > have to do, so people who don't have access to the inside of my head can > divy up the list (that's a short list). These things are "features" not > "bugs" so I tho

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-02 Thread Doug Hellmann
On Wed, May 2, 2012 at 10:39 AM, Adam Spiers wrote: > Doug Hellmann (doug.hellm...@dreamhost.com) wrote: > > I have started creating blueprints from my notes about activities we need > > to complete for the unified CLI. Please check the list at > > https://blueprints.launchpad.net/python-openstac

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-02 Thread Vishvananda Ishaya
going into interactive mode when no args are specified works well for virsh. Vish On May 1, 2012, at 8:08 PM, Doug Hellmann wrote: > I thought having it run like that by default made sense, but if the list > agrees we want a flag I'm happy to change it. > > On Tue, May 1, 2012 at 8:06 PM, Matt

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-02 Thread Adam Spiers
Doug Hellmann (doug.hellm...@dreamhost.com) wrote: > I have started creating blueprints from my notes about activities we need > to complete for the unified CLI. Please check the list at > https://blueprints.launchpad.net/python-openstackclient/ Cool. Presumably we don't need to wait until the ne

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-02 Thread Adam Spiers
By default sounds fine to me as long as there is a banner printed when entering interactive mode which explains how to get help and (directly and/or via the help) how to quit. Doug Hellmann (doug.hellm...@dreamhost.com) wrote: > I thought having it run like that by default made sense, but if the l

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-01 Thread Doug Hellmann
I thought having it run like that by default made sense, but if the list agrees we want a flag I'm happy to change it. On Tue, May 1, 2012 at 8:06 PM, Matt Joyce wrote: > So. I see that now. ( got a devstack vm setup with trunk build ) > > Do we want the interactive mode to engage by default w

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-01 Thread Matt Joyce
So. I see that now. ( got a devstack vm setup with trunk build ) Do we want the interactive mode to engage by default when executing without parameters? Or do we want a flag to engage that ( people can alias on their own if they want ). -Matt On Tue, May 1, 2012 at 4:52 PM, Doug Hellmann wro

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-01 Thread Doug Hellmann
I borrowed Guido's time machine and added an interactive mode to cliff this weekend. http://cliff.readthedocs.org/en/latest/index.html On Tue, May 1, 2012 at 7:48 PM, Matt Joyce wrote: > Question do we want to consider an interactive mode on the CLI? Or is > the shell enough for our use case?

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-01 Thread Matt Joyce
Question do we want to consider an interactive mode on the CLI? Or is the shell enough for our use case? Maybe just ignore that question until we've got something beyond the basics. -Matt On Tue, May 1, 2012 at 4:34 PM, Matt Joyce wrote: > Awesome. will do. > > On Tue, May 1, 2012 at 1:47 PM,

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-01 Thread Matt Joyce
Awesome. will do. On Tue, May 1, 2012 at 1:47 PM, Doug Hellmann wrote: > I have started creating blueprints from my notes about activities we need to > complete for the unified CLI. Please check the list > at https://blueprints.launchpad.net/python-openstackclient/ and make sure I > haven't misse

[Openstack] [client] creating blueprints for the unified CLI project

2012-05-01 Thread Doug Hellmann
I have started creating blueprints from my notes about activities we need to complete for the unified CLI. Please check the list at https://blueprints.launchpad.net/python-openstackclient/ and make sure I haven't missed anything that has been discussed so far, and open a blueprint if I have. Thank