interop/havanacore.json
Rob Hirschfeld 9600aaf884 Complete Havana capabilities as passed by the Board in July 2014
This change includes capabilities descriptions from Troy,
  Sergey, Julia & Rocky.

PLEASE DO NOT ASK FOR DESCRIPTION OR NAME CHANGES...
+1 the file and then submit patches against it
we know that the tests, names and descriptions are incomplete.

The tests are NOT included in the capabilities because more
review is needed.  We expect that they will be updated
after the schema with capabilities are approved.

Change-Id: I81016dbb25bf421723e89f2e2a2b21466d461605
2014-08-23 08:19:41 -05:00

1121 lines
36 KiB
JSON

{ "release" : "havana",
"schema" : "1.0",
"criteria" : { "atomic" : { "Description" : "Capabilities is unique and cannot be built out of other must-pass capabilities",
"name" : "Atomic",
"weight" : 8
},
"clients" : { "Description" : "Candidates are widely used capabilities: Should be included if part of common libraries (Fog, Apache jclouds, etc)",
"name" : "Used by Clients",
"weight" : 8
},
"complete" : { "Description" : "Where the code being tested has a designated area of alternate implementation (extension framework) as per the Core Principles, there should be parity in capability tested across extension implementations. This also implies that the capability test is not configuration specific or locked to non-open technology",
"name" : "Complete",
"weight" : 8
},
"deployed" : { "Description" : "Candidates are widely deployed capabilities. We favor capabilities that are supported by multiple public cloud providers and private cloud products",
"name" : "Widely Deployed",
"weight" : 8
},
"discover" : { "Description" : "Capability being tested is Service Discoverable (can be found in Keystone and via service introspection)",
"name" : "Discoverable",
"weight" : 8
},
"doc" : { "Description" : "Should be well documented, particularly the expected behavior. This can be a very subjective measure and we expect to refine this definition over time",
"name" : "Documented",
"weight" : 8
},
"foundation" : { "Description" : "Test capabilities that are required by other must-pass tests and/or depended on by many other capabilities",
"name" : "Foundation",
"weight" : 8
},
"future" : { "Description" : "Should reflect future technical direction (from the project technical teams and the TC) and help manage deprecated capabilities",
"name" : "Future Direction",
"weight" : 9
},
"proximity" : { "Description" : "Sometimes called a Test Cluster, selects for Capabilities that are related to Core Capabilities. This helps ensure that related capabilities are managed together",
"name" : "Proximity",
"weight" : 8
},
"stable" : { "Description" : "Test is required stable for >2 releases because we don't want core capabilities that do not have dependable APIs",
"name" : "Stable",
"weight" : 9
},
"sticky" : { "Description" : "A test that is a must-pass test should stay a must-pass test. This makes core capabilities sticky release per release. Leaving Core is disruptive to the ecosystem",
"name" : "Core in Last Release",
"weight" : 9
},
"tools" : { "Description" : "Candidates are widely used capabilities:Should be included if supported by common tools (RightScale, Scalr, CloudForms, ...)",
"name" : "Used by Tools",
"weight" : 9
}
},
"capabilities" : { "compute-admin-aggregates" : { "achievements" : [ "deployed",
"future",
"complete",
"stable",
"doc",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Retrieving information about host aggregation using Compute API admin endpoint",
"flagged" : [ ],
"name" : "Compute Admin aggregates",
"tests" : [ ]
},
"compute-admin-avail-zone" : { "achievements" : [ "deployed",
"tools",
"clients",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation",
"atomic"
],
"admin" : true,
"core" : false,
"description" : " Retrieving information about availability zones using Compute API admin endpoint",
"flagged" : [ ],
"name" : "Compute Admin avail-zone",
"tests" : [ ]
},
"compute-admin-fixed-ips" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Tests of managing fixed ip reservations using Compute API admin endpoint",
"flagged" : [ ],
"name" : "Compute Admin fixed-ips",
"tests" : [ ]
},
"compute-admin-flavors" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Managing flavor definitions and parameters using Compute API admin endpoint",
"flagged" : [ ],
"name" : "Compute Admin flavors",
"tests" : [ ]
},
"compute-admin-hosts" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Retrieving host information using Compute API admin endpoint",
"flagged" : [ ],
"name" : "Compute Admin hosts",
"tests" : [ ]
},
"compute-admin-hypervisor" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Retrieving hypervisor information using Compute API admin endpoint",
"flagged" : [ ],
"name" : "Compute Admin hypervisor",
"tests" : [ ]
},
"compute-admin-quota" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Tests for managing quotas in compute nodes using Compute API admin endpoint",
"flagged" : [ ],
"name" : "Compute Admin quota",
"tests" : [ ]
},
"compute-admin-server" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Managing servers including state resets, deletions and 'all-tenant' actions using Compute API admin endpoint",
"flagged" : [ ],
"name" : "Compute Admin server",
"tests" : [ ]
},
"compute-admin-servers-pause" : { "achievements" : [ "deployed",
"tools",
"future",
"complete",
"stable",
"discover",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Managing servers pause state using Compute API admin endpoint",
"flagged" : [ ],
"name" : "Compute Admin Servers Pause",
"tests" : [ ]
},
"compute-admin-servers-suspend" : { "achievements" : [ "deployed",
"tools",
"future",
"complete",
"stable",
"discover",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Managing servers suspend state using Compute API admin endpoint",
"flagged" : [ ],
"name" : "Compute Admin Servers Suspend",
"tests" : [ ]
},
"compute-admin-services" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "List, enable, and disable Compute services in all hosts using Compute API admin endpoint",
"flagged" : [ ],
"name" : "Compute Admin services",
"tests" : [ ]
},
"compute-attach-interface" : { "achievements" : [ "discover",
"atomic"
],
"admin" : false,
"core" : false,
"description" : "Create, list and attach port interfaces using Compute API endpoint",
"flagged" : [ ],
"name" : "Compute Attach Interface",
"tests" : [ ]
},
"compute-auth" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"sticky",
"foundation",
"atomic",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "Auth related tests using Compute API",
"flagged" : [ ],
"name" : "compute-auth",
"tests" : [ ]
},
"compute-auth-v3" : { "achievements" : [ "future" ],
"admin" : false,
"core" : false,
"description" : "Support for the Auth V3 API through the Compute API",
"flagged" : [ ],
"name" : "compute-auth-v3",
"tests" : [ ]
},
"compute-console-log" : { "achievements" : [ "future",
"atomic"
],
"admin" : true,
"core" : false,
"description" : "Retrieve console log information through the Compute API",
"flagged" : [ ],
"name" : "compute-console-log",
"tests" : [ ]
},
"compute-ext-disk-config" : { "achievements" : [ "deployed",
"clients",
"complete",
"discover",
"doc",
"atomic"
],
"admin" : false,
"core" : false,
"description" : "Ability to manage the disk config (manual or automatic) through the Compute API",
"flagged" : [ ],
"name" : "compute-ext-disk-config",
"tests" : [ ]
},
"compute-flavors" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation",
"atomic",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "Flavor operations in the Compute API",
"flagged" : [ ],
"name" : "compute-flavors",
"tests" : [ ]
},
"compute-floating-ips" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"atomic",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "Manage floating IPs through the Compute API",
"flagged" : [ ],
"name" : "compute-floating-ips",
"tests" : [ ]
},
"compute-image-metadata" : { "achievements" : [ "deployed",
"complete",
"stable",
"discover",
"doc",
"sticky",
"atomic",
"proximity"
],
"admin" : false,
"core" : false,
"description" : "Support for additional metadata operations beyond the base ops in Compute API",
"flagged" : [ ],
"name" : "compute-image-metadata",
"tests" : [ ]
},
"compute-images" : { "achievements" : [ "tools",
"clients",
"complete",
"stable",
"discover",
"doc",
"sticky",
"atomic",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "Image operations within the Compute API",
"flagged" : [ ],
"name" : "compute-images",
"tests" : [ ]
},
"compute-instance-actions" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"foundation",
"atomic"
],
"admin" : false,
"core" : true,
"description" : "Basic support Compute API for server actions such as reboot, rebuild, resize",
"flagged" : [ ],
"name" : "compute-instance-actions",
"tests" : [ ]
},
"compute-keypairs" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"atomic"
],
"admin" : false,
"core" : true,
"description" : "Generate, import, and delete SSH keys within Compute services",
"flagged" : [ ],
"name" : "compute-keypairs",
"tests" : [ ]
},
"compute-limits" : { "achievements" : [ "deployed",
"tools",
"future",
"complete",
"stable",
"discover",
"doc"
],
"admin" : false,
"core" : false,
"description" : "Manage absolute limits within Compute services",
"flagged" : [ ],
"name" : "compute-limits",
"tests" : [ ]
},
"compute-live-migration" : { "achievements" : [ "future",
"discover",
"doc",
"foundation",
"atomic"
],
"admin" : false,
"core" : false,
"description" : "Live migration operations through the Compute API",
"flagged" : [ ],
"name" : "compute-live-migration",
"tests" : [ ]
},
"compute-multiple-create" : { "achievements" : [ "future",
"complete",
"stable",
"discover",
"proximity"
],
"admin" : false,
"core" : false,
"description" : "Create one or more servers with an optional reservation ID through the Compute API",
"flagged" : [ ],
"name" : "compute-multiple-create",
"tests" : [ ]
},
"compute-quotas" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation",
"atomic",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "Quotas management in Compute API",
"flagged" : [ ],
"name" : "compute-quotas",
"tests" : [ ]
},
"compute-security-groups" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"doc",
"atomic",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "Manage security groups using Compute API",
"flagged" : [ ],
"name" : "compute-security-groups",
"tests" : [ ]
},
"compute-servers" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation",
"atomic",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "Basic server operations in the Compute API",
"flagged" : [ ],
"name" : "compute-servers",
"tests" : [ ]
},
"compute-servers-metadata" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation"
],
"admin" : false,
"core" : true,
"description" : "Manage the access to ip extended attribute for servers through the Compute API",
"flagged" : [ ],
"name" : "compute-servers-metadata",
"tests" : [ ]
},
"compute-servers-personality" : { "achievements" : [ "deployed",
"complete",
"stable",
"discover",
"doc"
],
"admin" : false,
"core" : false,
"description" : "Compute API personality extension to enable the injection of data at create time",
"flagged" : [ ],
"name" : "compute-servers-personality",
"tests" : [ ]
},
"compute-usage" : { "achievements" : [ "tools",
"complete",
"stable",
"discover",
"doc",
"atomic",
"proximity"
],
"admin" : false,
"core" : false,
"description" : "Report usage statistics on compute and storage resources through Compute API",
"flagged" : [ ],
"name" : "compute-usage",
"tests" : [ ]
},
"compute-virtual-interfaces" : { "achievements" : [ "tools",
"clients",
"future",
"complete",
"discover",
"doc",
"foundation",
"atomic"
],
"admin" : false,
"core" : false,
"description" : "List the virtual interfaces for a specified server instance through Compute API",
"flagged" : [ ],
"name" : "compute-virtual-interfaces",
"tests" : [ ]
},
"compute-volume" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation",
"atomic",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "Retrieve volume information through the Compute API",
"flagged" : [ ],
"name" : "compute-volume",
"tests" : [ ]
},
"compute-volume-ebs" : { "achievements" : [ ],
"admin" : false,
"core" : false,
"description" : "compute-volume-ebs description missing",
"flagged" : [ ],
"name" : "compute-volume-ebs",
"tests" : [ ]
},
"compute-volume-proxy" : { "achievements" : [ ],
"admin" : false,
"core" : false,
"description" : "Extended volume API operations through the Compute API",
"flagged" : [ ],
"name" : "compute-volume-proxy",
"tests" : [ ]
},
"identity-admin-roles" : { "achievements" : [ "future",
"complete",
"stable",
"discover",
"doc",
"foundation",
"atomic"
],
"admin" : true,
"core" : false,
"description" : "Administration roles in Identity API",
"flagged" : [ ],
"name" : "Identity admin-roles",
"tests" : [ ]
},
"identity-admin-services" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"foundation",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "CRUD operations for services in Identity API",
"flagged" : [ ],
"name" : "Identity admin-services",
"tests" : [ ]
},
"identity-admin-tenants" : { "achievements" : [ "deployed",
"tools",
"clients",
"complete",
"discover",
"foundation",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Administer tenants in the Identity API",
"flagged" : [ ],
"name" : "Identity admin-tenants",
"tests" : [ ]
},
"identity-admin-users" : { "achievements" : [ "deployed",
"complete",
"stable",
"discover",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Administer users in the Identity API",
"flagged" : [ ],
"name" : "Identity admin-users",
"tests" : [ ]
},
"identity-admin-v3-credentials" : { "achievements" : [ "future",
"foundation",
"atomic"
],
"admin" : true,
"core" : false,
"description" : "Basic auth operations using Identity API v3",
"flagged" : [ ],
"name" : "Identity admin-v3-credentials",
"tests" : [ ]
},
"identity-admin-v3-domains" : { "achievements" : [ "future",
"foundation",
"atomic"
],
"admin" : true,
"core" : false,
"description" : "CRUD operations for domains in Identity API v3",
"flagged" : [ ],
"name" : "Identity admin-v3-domains",
"tests" : [ ]
},
"identity-admin-v3-endpoints" : { "achievements" : [ "future",
"foundation",
"atomic"
],
"admin" : true,
"core" : false,
"description" : "CRUD operations for endpoints in Identity API v3",
"flagged" : [ ],
"name" : "Identity admin-v3-endpoints",
"tests" : [ ]
},
"identity-admin-v3-policies" : { "achievements" : [ "future",
"foundation",
"atomic"
],
"admin" : true,
"core" : false,
"description" : "CRUD operations on policies in Identity API v3",
"flagged" : [ ],
"name" : "Identity admin-v3-policies",
"tests" : [ ]
},
"identity-admin-v3-projects" : { "achievements" : [ "future",
"foundation",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Basic management of projects in Identity API v3",
"flagged" : [ ],
"name" : "Identity admin-v3-projects",
"tests" : [ ]
},
"identity-admin-v3-roles" : { "achievements" : [ "future",
"foundation",
"atomic"
],
"admin" : true,
"core" : false,
"description" : "Management of roles in Identity API v3",
"flagged" : [ ],
"name" : "Identity admin-v3-roles",
"tests" : [ ]
},
"identity-admin-v3-services" : { "achievements" : [ "future",
"foundation",
"atomic"
],
"admin" : true,
"core" : false,
"description" : "CRUD operations for services in Identity API v3",
"flagged" : [ ],
"name" : "Identity admin-v3-services",
"tests" : [ ]
},
"identity-admin-v3-tokens" : { "achievements" : [ "future",
"foundation",
"atomic"
],
"admin" : true,
"core" : false,
"description" : "Tokens management in Identity API v3",
"flagged" : [ ],
"name" : "Identity admin-v3-tokens",
"tests" : [ ]
},
"identity-admin-v3-users" : { "achievements" : [ "future",
"foundation",
"atomic"
],
"admin" : true,
"core" : false,
"description" : "CRUD operations for users in Identity API v3",
"flagged" : [ ],
"name" : "Identity admin-v3-users",
"tests" : [ ]
},
"identity-non-admin-roles" : { "achievements" : [ "deployed",
"future",
"complete",
"discover",
"doc",
"foundation",
"atomic"
],
"admin" : false,
"core" : false,
"description" : "Non-admin operations in Identity API",
"flagged" : [ ],
"name" : "Identity Non Admin Roles",
"tests" : [ ]
},
"images-v1" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"foundation",
"atomic",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "Basic image management in the Images API v1",
"flagged" : [ ],
"name" : "images-v1",
"tests" : [ ]
},
"images-v2" : { "achievements" : [ "future",
"complete",
"stable",
"discover",
"doc",
"foundation",
"atomic",
"proximity"
],
"admin" : false,
"core" : false,
"description" : "CRUD image operations in Images API v2",
"flagged" : [ ],
"name" : "images-v2",
"tests" : [ ]
},
"networks-extensions" : { "achievements" : [ "future",
"complete",
"stable",
"discover",
"doc",
"foundation",
"atomic"
],
"admin" : false,
"core" : false,
"description" : "List available network extensions using Network API",
"flagged" : [ ],
"name" : "networks-extensions",
"tests" : [ ]
},
"networks-floating-ips" : { "achievements" : [ "future",
"discover",
"doc",
"atomic"
],
"admin" : false,
"core" : false,
"description" : "Floating IPs management using Network API",
"flagged" : [ ],
"name" : "networks-floating-ips",
"tests" : [ ]
},
"networks-l2" : { "achievements" : [ "future",
"discover",
"doc",
"foundation",
"atomic",
"proximity"
],
"admin" : false,
"core" : false,
"description" : "Network layer2 CRUD operations in Network API",
"flagged" : [ ],
"name" : "networks-l2",
"tests" : [ ]
},
"networks-l3" : { "achievements" : [ "future",
"discover",
"doc",
"foundation",
"atomic",
"proximity"
],
"admin" : false,
"core" : false,
"description" : "Network layer3 CRUD operations in Network API",
"flagged" : [ ],
"name" : "networks-l3",
"tests" : [ ]
},
"networks-lbaas" : { "achievements" : [ "future",
"discover",
"doc"
],
"admin" : false,
"core" : false,
"description" : "Create and manage load balancers, listeners, pools, members, and health monitors using Network API",
"flagged" : [ ],
"name" : "networks-lbaas",
"tests" : [ ]
},
"networks-quotas" : { "achievements" : [ "future",
"discover"
],
"admin" : false,
"core" : false,
"description" : "Networks quotas management using Network API",
"flagged" : [ ],
"name" : "networks-quotas",
"tests" : [ ]
},
"networks-security-groups" : { "achievements" : [ "future",
"discover",
"doc",
"proximity"
],
"admin" : false,
"core" : false,
"description" : "Networks security groups management using Network API",
"flagged" : [ ],
"name" : "networks-security-groups",
"tests" : [ ]
},
"networks-vpn" : { "achievements" : [ "future",
"discover"
],
"admin" : false,
"core" : false,
"description" : "VPN CRUD operations in Networks API",
"flagged" : [ ],
"name" : "networks-vpn",
"tests" : [ ]
},
"objectstore-acct-services" : { "achievements" : [ "deployed",
"complete",
"stable",
"doc",
"sticky",
"foundation",
"atomic"
],
"admin" : false,
"core" : false,
"description" : "Basic account services in Object Storage API",
"flagged" : [ ],
"name" : "objectstore-acct-services",
"tests" : [ ]
},
"objectstore-container" : { "achievements" : [ "tools",
"clients",
"future",
"complete",
"stable",
"doc",
"foundation",
"atomic",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "Basic container operations in Object Store API",
"flagged" : [ ],
"name" : "objectstore-container",
"tests" : [ ]
},
"objectstore-container-acl" : { "achievements" : [ "deployed",
"complete",
"stable",
"doc",
"sticky",
"foundation",
"atomic"
],
"admin" : false,
"core" : false,
"description" : "ACL support in Object Storage API",
"flagged" : [ ],
"name" : "objectstore-container-acl",
"tests" : [ ]
},
"objectstore-container-quota" : { "achievements" : [ "deployed",
"future",
"complete",
"stable",
"doc",
"sticky",
"foundation",
"atomic"
],
"admin" : false,
"core" : false,
"description" : "Container quotas support in Object Storage API",
"flagged" : [ ],
"name" : "objectstore-container-quota",
"tests" : [ ]
},
"objectstore-container-staticweb" : { "achievements" : [ "deployed",
"complete",
"stable",
"doc",
"sticky",
"foundation",
"atomic"
],
"admin" : false,
"core" : false,
"description" : "Static web support in Object Storage API",
"flagged" : [ ],
"name" : "objectstore-container-staticweb",
"tests" : [ ]
},
"objectstore-object" : { "achievements" : [ "tools",
"clients",
"future",
"complete",
"stable",
"doc",
"foundation",
"atomic",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "Basic object operations in Object Storage API",
"flagged" : [ ],
"name" : "objectstore-object",
"tests" : [ ]
},
"objectstore-quotas" : { "achievements" : [ "deployed",
"future",
"complete",
"stable",
"doc",
"sticky",
"foundation",
"atomic"
],
"admin" : true,
"core" : false,
"description" : "General quotas support in Object Storage API",
"flagged" : [ ],
"name" : "objectstore-quotas",
"tests" : [ ]
},
"orch-stacks" : { "achievements" : [ "doc",
"foundation"
],
"admin" : false,
"core" : false,
"description" : "Orchestration CRUD operations in Orchestration API",
"flagged" : [ ],
"name" : "Orchestration Stacks",
"tests" : [ ]
},
"volume" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation",
"atomic",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "CRUD operations for volumes management in Block Storage API",
"flagged" : [ ],
"name" : "volume",
"tests" : [ ]
},
"volume-extra-specs" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"doc",
"sticky",
"foundation",
"atomic",
"proximity"
],
"admin" : true,
"core" : false,
"description" : "Block Storage API extension to support additional specs",
"flagged" : [ ],
"name" : "volume-extra-specs",
"tests" : [ ]
},
"volume-multi-backend" : { "achievements" : [ "future",
"complete",
"stable",
"doc",
"atomic"
],
"admin" : true,
"core" : false,
"description" : "Block Storage API extension for multi-backends",
"flagged" : [ ],
"name" : "volume-multi-backend",
"tests" : [ ]
},
"volume-snapshots" : { "achievements" : [ "deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"proximity"
],
"admin" : false,
"core" : true,
"description" : "Snapshot support for Block Storage API",
"flagged" : [ ],
"name" : "volume-snapshots",
"tests" : [ ]
}
}
}