Bug 1041714

Summary: [RFE][cinder]: Nova -> cinder API consolidation and cleanup
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/cinder/+spec/non-customer-api-cleanup
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_obsolete
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:04:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 18:46:58 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/non-customer-api-cleanup.

Description:

Currently, calls designed purely for nova use to talk to cinder (attach, detach, some snapshot status stuff, get encryption key) are mixed into the same extensions as APIs designed to be called by customer directly, meaning they have to be loaded on customer facing endpoints and calls individually disabled in policy. This is an error prone process, particularly as new calls aare added. 

This blueprint covers work to split them into their own extensions so that they do not have to be loaded on public facing endpoints.

Specification URL (additional information):

None