UDS 3.4 now uses volumev3 for non legacy openstack connections (legacy maintains v2)

This commit is contained in:
Adolfo Gómez García
2021-08-11 18:59:18 +02:00
parent 1be49a6e0e
commit 68411f0726
7 changed files with 157 additions and 54 deletions

View File

@@ -30,14 +30,13 @@
'''
@author: Adolfo Gómez, dkmaster at dkmon dot com
'''
from __future__ import unicode_literals
import sys
LINUX = 'Linux'
WINDOWS = 'Windows'
MAC_OS_X = 'Mac os x'
def getOs():
if sys.platform.startswith('linux'):
return LINUX