Bug 1042069 - [RFE][horizon]: api wrapper modules improvement
Summary: [RFE][horizon]: api wrapper modules improvement
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/hori...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 20:49 UTC by RHOS Integration
Modified: 2015-09-02 04:05 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:36:59 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 20:49:39 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/horizon/+spec/api-wrapper-modules.

Description:

improve  openstack_dashboard/api/* modules:
- wrap module methods into classes that would mostly represent API resources - Tenant, User, Keypair
- these classes would implement basic (CRUD) operations and additional business logic related to these resources
- if a method returns an object, it would return object of this class or other class defined in openstack_dashboard/api/ modules (e.g. flavor_get would return instance of Flavor class which inherits from APIResourceWrapper) instead of an instance of an entity from the underlying client lib. 

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.