Adds Mitaka production deployment usage data

This JSON file tracks the percentage of production deployments
that reported using each project. The data is based off the
April 2016 user survey data and includes one new project (Mistral).

Change-Id: I1c5673a4b0453c5172a371ff13a682bb913ebcaf
This commit is contained in:
Lauren Sell 2016-04-20 15:20:35 -05:00
parent 05768bd7d0
commit 2acb37322e
1 changed files with 94 additions and 0 deletions

View File

@ -0,0 +1,94 @@
{
"Compute service (Nova)":
{
"status": "93%
},
"Object Storage service (Swift)":
{
"status": 52%
},
"Image service (Glance)":
{
"status": 87%
},
"Identity service (Keystone)":
{
"status": 88%
},
"Dashboard (Horizon)":
{
"status": 86%
},
"Networking service (Neutron)":
{
"status": "84%
},
"Block Storage service (Cinder)":
{
"status": "81%
},
"Telemetry service (Ceilometer)":
{
"status": 59%
},
"Orchestration service (Heat)":
{
"status": "64%
},
"Database service (Trove)":
{
"status": 17%
},
"Data Processing service (Sahara)":
{
"status": 11%
},
"Bare Metal service (Ironic)":
{
"status": 20%
},
"Message service (Zaqar)":
{
"status": 2%
},
"Key Management service (Barbican)":
{
"status": 2%
},
"DNS service (Designate)":
{
"status": 17%
},
"Shared File Systems service (Manila)":
{
"status": 11%
},
"Benchmark service (Rally)":
{
"status": 25%
},
"Containers service (Magnum)":
{
"status": 11%
},
"Application Catalog service (Murano)":
{
"status": 15%
},
"Deployment service (TripleO)":
{
"status": 6%
},
"Governance service (Congress)":
{
"status": "1%"
},
"Container-based deployment tools (Kolla)":
{
"status": 3%
},
Workflow service (Mistral):
{
"status": 2%
}
}