Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Add --mem-allocated to vdc create #539

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated to fix space issue
Daniel Tolan committed Sep 29, 2020
commit 74cf7ce5bdabf4629ffbc8d8b9d14fd4dbbe0af3
2 changes: 1 addition & 1 deletion vcd_cli/vdc.py
Original file line number Diff line number Diff line change
@@ -269,7 +269,7 @@ def use(ctx, name):
help='Maximum number of network objects that can be deployed in this vdc.')

def create(ctx, name, pvdc_name, network_pool_name, allocation_model, sp_name,
sp_limit, description, cpu_allocated, cpu_limit, network_quota,mem_allocated):
sp_limit, description, cpu_allocated, cpu_limit, network_quota, mem_allocated):
try:
restore_session(ctx)
client = ctx.obj['client']