mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use correct default for bandwith
This commit is contained in:
parent
42d8127f79
commit
de2f9234d3
1 changed files with 2 additions and 2 deletions
|
@ -456,9 +456,9 @@ def create(vm_):
|
|||
)
|
||||
kwargs['prices'].append({'id': port_speed})
|
||||
|
||||
# Default is 248 (5000 GB Bandwidth)
|
||||
# Default is 1800 (0 GB Bandwidth)
|
||||
bandwidth = config.get_cloud_config_value(
|
||||
'bandwidth', vm_, __opts__, default=248
|
||||
'bandwidth', vm_, __opts__, default=1800
|
||||
)
|
||||
kwargs['prices'].append({'id': bandwidth})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue