diff --git a/tools/marvin/marvin/base/CloudStackEntity.py b/tools/marvin/marvin/base/CloudStackEntity.py index 879506ca193..b7091de44d5 100644 --- a/tools/marvin/marvin/base/CloudStackEntity.py +++ b/tools/marvin/marvin/base/CloudStackEntity.py @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -cloudstack_version = "4.1.0" +cloudstack_version = "4.2.0" class CloudStackEntity(object): diff --git a/tools/marvin/marvin/factory/CloudStackBaseFactory.py b/tools/marvin/marvin/factory/CloudStackBaseFactory.py index c4a7c77ae02..4b33a52f6f4 100644 --- a/tools/marvin/marvin/factory/CloudStackBaseFactory.py +++ b/tools/marvin/marvin/factory/CloudStackBaseFactory.py @@ -18,7 +18,7 @@ import factory import inspect -CREATORS = ["create", "deploy"] +CREATORS = ["create", "deploy", "register"] class CloudStackBaseFactory(factory.Factory):