From 2fa0e129703924b0e3cb9eac805792e70bf59b53 Mon Sep 17 00:00:00 2001 From: sophal Date: Thu, 4 Mar 2021 11:52:28 +0900 Subject: [PATCH] Add support for prolinux --- imagefactory_plugins/Nova/Nova.info | 2 +- imagefactory_plugins/TinMan/TinMan.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imagefactory_plugins/Nova/Nova.info b/imagefactory_plugins/Nova/Nova.info index 40257e41..d8d95368 100644 --- a/imagefactory_plugins/Nova/Nova.info +++ b/imagefactory_plugins/Nova/Nova.info @@ -1,6 +1,6 @@ { "type": "os", - "targets": [ ["Fedora", null, null], ["RHEL-6", null, null], ["RHEL-5", null, null], ["RHEL-7", null, null], + "targets": [ ["Fedora", null, null], ["ProLinux", null, null], ["RHEL-6", null, null], ["RHEL-5", null, null], ["RHEL-7", null, null], ["Ubuntu", null, null], ["CentOS-6", null, null], ["CentOS-5", null, null], ["Windows", null, null] ], "description": "Plugin to support building OS base images using OpenStack Nova.", diff --git a/imagefactory_plugins/TinMan/TinMan.info b/imagefactory_plugins/TinMan/TinMan.info index bd61a02d..8710a9de 100644 --- a/imagefactory_plugins/TinMan/TinMan.info +++ b/imagefactory_plugins/TinMan/TinMan.info @@ -1,6 +1,6 @@ { "type": "os", - "targets": [ ["Fedora", null, null], ["RHEL-6", null, null], ["RHEL-5", null, null], + "targets": [ ["Fedora", null, null], ["ProLinux", null, null], ["RHEL-6", null, null], ["RHEL-5", null, null], ["Ubuntu", null, null], ["CentOS-6", null, null], ["CentOS-5", null, null], ["ScientificLinux-6", null, null], ["ScientificLinux-5", null, null], ["OpenSUSE", null, null], [ "RHEL-7", null, null ], [ "CentOS-7", null, null ], [ "ScientificLinux-7", null, null ] ],