Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-neutronclient/+spec/unifiedcli. Description: Generalize the neutron client so that the unified CLI can reuse more code. For instance, things like using getattr on parsed_args so the unified CLI doesn't have to have command line args for somethings. E.g.: page_size = getattr(parsed_args, 'page_size', None) I'm sure there will be some other things as I work through this. Specification URL (additional information): None