Skip to content

Commit

Permalink
feat: storage size in block storage
Browse files Browse the repository at this point in the history
Signed-off-by: in-seo <[email protected]>
  • Loading branch information
in-seo committed Aug 16, 2024
1 parent 16339bb commit 5ab86fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugin/manager/block_storage/block_storage_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def create_cloud_service(self, secret_data):
data=resource,
account=secret_data.get("username", None),
reference=reference,
region_code=AVAILABLE_REGION.name
region_code=AVAILABLE_REGION.name,
instance_size=resource.get("size", 0),
)
yield cloud_service

0 comments on commit 5ab86fb

Please sign in to comment.