Generalize For Better Reuse by the Unified CLI

Registered by Terry Howe

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.

Blueprint information

Status:
Complete
Approver:
Mark McClain
Priority:
Undefined
Drafter:
Terry Howe
Direction:
Needs approval
Assignee:
Terry Howe
Definition:
Obsolete
Series goal:
None
Implementation:
Unknown
Milestone target:
None
Completed by
Terry Howe

Related branches

Sprints

Whiteboard

Gerrit topic: https://review.openstack.org/#q,topic:bp/unifiedcli,n,z

Addressed by: https://review.openstack.org/67259
    proposal for api layer

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.