Skip to content

Commit

Permalink
fix the code for scp openapi change
Browse files Browse the repository at this point in the history
fix the code for scp openapi change
  • Loading branch information
hyoxt121 authored Aug 12, 2024
1 parent a59cfc6 commit 4ad1827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sky/clouds/utils/scp_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def _delete(self, url, request_body=None):
def create_security_group(self, zone_id, vpc, sg_name):
url = f'{API_ENDPOINT}/security-group/v3/security-groups'
request_body = {
'loggable': False,
'securityGroupName': sg_name,
'serviceZoneId': zone_id,
'vpcId': vpc,
Expand Down

0 comments on commit 4ad1827

Please sign in to comment.