mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge branch '2017.7' into 'develop'
Conflicts: - salt/cloud/libcloudfuncs.py
This commit is contained in:
commit
1a62d2fe70
@ -26,7 +26,7 @@ try:
|
||||
)
|
||||
HAS_LIBCLOUD = True
|
||||
LIBCLOUD_VERSION_INFO = tuple([
|
||||
int(part) for part in re.compile(r"(\d+).(\d+).(\d+)").match(libcloud.__version__.replace('-', '.')).groups()
|
||||
int(part) for part in libcloud.__version__.replace('-', '.').replace('rc', '.').split('.')[:3]
|
||||
])
|
||||
|
||||
except ImportError:
|
||||
|
Loading…
Reference in New Issue
Block a user