mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Rename provider azure-config to azurearm-config
This commit is contained in:
parent
e7c06cb4d4
commit
bd3784919a
3 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ class AzureTest(CloudTest):
|
|||
Test creating an instance on Azure
|
||||
'''
|
||||
# check if instance with salt installed returned
|
||||
ret_val = self.run_cloud('-p {0} {1}'.format(self.profile_str, self.instance_name), timeout=TIMEOUT)
|
||||
ret_val = self.run_cloud('-p azure-test {0}'.format(self.instance_name), timeout=TIMEOUT)
|
||||
self.assertInstanceExists(ret_val)
|
||||
|
||||
self.assertDestroyInstance()
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
azure-test:
|
||||
provider: azure-config
|
||||
provider: azurearm-config
|
||||
image: 'b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04-LTS-amd64-server-20140724-en-us-30GB'
|
||||
size: Standard_D1
|
||||
slot: production
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
azure-config:
|
||||
azurearm-config:
|
||||
driver: azurearm
|
||||
subscription_id: ''
|
||||
cleanup_disks: True
|
||||
|
|
Loading…
Add table
Reference in a new issue