mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
fixup! [13.0][ADD] cloud_platform_azure
This commit is contained in:
@@ -28,7 +28,7 @@ class CloudPlatform(models.AbstractModel):
|
|||||||
return kinds
|
return kinds
|
||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
def _config_by_server_env_for_exoscale(self):
|
def _config_by_server_env_for_azure(self):
|
||||||
fs_kinds = self._filestore_kinds()
|
fs_kinds = self._filestore_kinds()
|
||||||
configs = {
|
configs = {
|
||||||
"prod": PlatformConfig(filestore=fs_kinds["azure"]),
|
"prod": PlatformConfig(filestore=fs_kinds["azure"]),
|
||||||
|
|||||||
Reference in New Issue
Block a user