2 Commits

Author SHA1 Message Date
Danny Al-Gaaf
84e953ca75 Unify usage of project name in doc to 'manila'
Change project name in doc according to style rules in
http://docs.openstack.org/contributor-guide/writing-style/openstack-components.html

Closes-Bug: #1537808

Change-Id: I849b0ec34a1bfc01263f35a9ef0128100945867e
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2016-02-15 20:25:28 +01:00
Clinton Knight
ba640a8d07 Manila experimental REST APIs
Manila uses API microversions to allow natural evolution of its REST APIs
over time.  But microversions alone cannot solve the question of how to
ship APIs that are experimental in nature, are expected to change at any
time, and could even be removed entirely without a typical deprecation
period.

Working in conjunction with microversions, this commit adds a facility
for marking individual REST APIs as experimental.

Implements bp: manila-experimental-rest-apis

Change-Id: I263a0b5579a7eb2fe98ca810ad3dec6719d66e6f
2015-08-25 16:21:07 +00:00