Revision d61d6007 snf-astakos-app/astakos/im/management/commands/resource-list.py

b/snf-astakos-app/astakos/im/management/commands/resource-list.py
53 53
        "name": ("name", "Resource Name"),
54 54
        "service type": ("service_type", "Service type"),
55 55
        "service origin": ("service_origin", "Service"),
56
        "limit": ("limit_with_unit", "Base Quota"),
56
        "default_quota": ("limit_with_unit", "Default Quota"),
57 57
        "description": ("desc", "Description"),
58 58
        "allow_in_projects": ("allow_in_projects",
59 59
                              "Make resource available in projects"),
60 60
    }
61 61

  
62
    fields = ["id", "name", "service origin", "limit",
62
    fields = ["id", "name", "service origin", "default_quota",
63 63
              "description"]
64 64

  
65 65
    def show_limit(self, resource):

Also available in: Unified diff