[openstack-dev] [keystone] PEP8 public and internal interfaces for keystoneclient

2013-08-20 Thread Brant Knudson
We've been too lax about delineating public and internal interfaces in python-keystoneclient. This makes changes and reviews difficult because we don't know what we can change without breaking applications. For example, we thought we could rename a part, but then it broke somebody (Horizon?)[0].

Re: [openstack-dev] [keystone] PEP8 public and internal interfaces for keystoneclient

2013-08-20 Thread Monty Taylor
On 08/20/2013 09:26 PM, Brant Knudson wrote: We've been too lax about delineating public and internal interfaces in python-keystoneclient. This makes changes and reviews difficult because we don't know what we can change without breaking applications. For example, we thought we could