Use cls in classmethod instead of self

_create_type_and_volume is a class method, so cls should
be used instead of self.

Change-Id: I2f05039ac5d556ab0457ffa7d598d3f943ccb598
1 file changed