Merge "Allow extra parameters in volume_type_encryption"

This commit is contained in:
Zuul 2018-08-09 14:58:25 +00:00 committed by Gerrit Code Review
commit a3666e9a40
1 changed files with 2 additions and 4 deletions

View File

@ -13,10 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
"""
Schema for V3 volume type encryption API.
"""Schema for V3 volume type encryption API."""
"""
import copy
from cinder.api.validation import parameter_types
@ -35,7 +33,7 @@ create = {
'minLength': 0, 'maxLength': 255},
},
'required': ['provider', 'control_location'],
'additionalProperties': False,
'additionalProperties': True,
},
},
'required': ['encryption'],