d664f0f672
class_name parameter is not used in both Nova v1.1/v3 API. Nova considers the part of url as class_name. For example, bar is considered as class_name in the following case: curl -i 'http://localhost:8774/v3/os-quota-class-sets/bar' -X PUT .. This patch removes this unused paramter from quota_class. Change-Id: Id4eba5b2a17506bc04ea23ef1097ef9cdb9caf8a