예제 #1
0
 def _check_default_cgsnapshot_type(self, group_type_id):
     if group_types.is_default_cgsnapshot_type(group_type_id):
         msg = (_("Group_type %(group_type)s is reserved for migrating "
                  "CGs to groups. Migrated group snapshots can only be "
                  "operated by CG snapshot APIs.")
                % {'group_type': group_type_id})
         raise exc.HTTPBadRequest(explanation=msg)
예제 #2
0
 def _check_default_cgsnapshot_type(self, group_type_id):
     if group_types.is_default_cgsnapshot_type(group_type_id):
         msg = (_("Group_type %(group_type)s is reserved for migrating "
                  "CGs to groups. Migrated group snapshots can only be "
                  "operated by CG snapshot APIs.")
                % {'group_type': group_type_id})
         raise exc.HTTPBadRequest(explanation=msg)