Revision de329b4c kamaki/cli/commands/astakos.py

b/kamaki/cli/commands/astakos.py
596 596
    "end_date": date,
597 597
    "join_policy": "auto" | "moderated" | "closed",  # default: "moderated"
598 598
    "leave_policy": "auto" | "moderated" | "closed", # default: "auto"
599
    "resources": {
600
        "cyclades.vm": {
601
            "project_capacity": int or null,
602
            "member_capacity": int
603
            }
604
        }
605
    }
599
    "resources": {"cyclades.vm": {
600
    "project_capacity": int or null,
601
    "member_capacity": int
602
    }}}
603

  
606 604
"""
607 605

  
608 606

  
......
653 651
@command(project_commands)
654 652
class project_create(_init_synnefo_astakosclient, _optional_json):
655 653
    """Apply for a new project (enter data though standard input or file path)
654

  
656 655
    Project details must be provided as a json-formated dict from the
657 656
    standard input, or through a file
658 657
    """
659

  
660 658
    __doc__ += _project_specs
661 659

  
662 660
    arguments = dict(

Also available in: Unified diff