1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-28 17:47:03 +03:00

Revert "F #3951: fix provision name (#905)"

This reverts commit ef81d9352e61e0edae64611f8fd2bec7877c40d4.
This commit is contained in:
Tino Vazquez 2021-03-03 18:25:28 +01:00
parent d81be5c2cc
commit 559c6e6ef0
No known key found for this signature in database
GPG Key ID: 14201E424D02047E
3 changed files with 13514 additions and 1359 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,8 +30,9 @@ export const UserInput = PropTypes.shape({
export const ProviderType = PropTypes.oneOf(['aws', 'packet'])
export const ProvisionType = PropTypes.oneOf([
'metal',
'virtual'
'hybrid+',
'hybrid+_qemu',
'hybrid+_firecracker'
])
export const ProvisionHost = PropTypes.shape({

View File

@ -187,7 +187,7 @@ const genPathResources = () => {
global.ETC_CPI = `${ETC_LOCATION}/${defaultAppName}`
}
if (!global.SHARE_CPI) {
global.SHARE_CPI = `${SHARE_LOCATION}/oneprovision/edge-clusters`
global.SHARE_CPI = `${SHARE_LOCATION}/oneprovision/provisions`
}
}
}