From 7916760b677158333d65d050253f38e45baaf20c Mon Sep 17 00:00:00 2001 From: Shamail Tahir Date: Sun, 17 Apr 2016 15:25:56 -0400 Subject: [PATCH] Mitaka update for ops-sdk-support tag This change updates the tag to include information about the number of SDKs that support each OpenStack service. Change-Id: I296ad0f733e209fd0c5faae024af40211f31e828 --- mitaka/ops-sdk-support.json | 61 +++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 mitaka/ops-sdk-support.json diff --git a/mitaka/ops-sdk-support.json b/mitaka/ops-sdk-support.json new file mode 100644 index 0000000..e306d6a --- /dev/null +++ b/mitaka/ops-sdk-support.json @@ -0,0 +1,61 @@ +{ + "Compute service (Nova)": + { + "status": "16" + }, + "Object Storage service (Swift)": + { + "status": "17" + }, + "Image service (Glance)": + { + "status": "8" + }, + "Identity service (Keystone)": + { + "status": "20" + }, + "Dashboard (Horizon)": + { + }, + "Networking service (Neutron)": + { + "status": "10" + }, + "Block Storage service (Cinder)": + { + "status": "11" + }, + "Telemetry service (Ceilometer)": + { + "status": "5" + }, + "Orchestration service (Heat)": + { + "status": "7" + }, + "Database service (Trove)": + { + "status": "4" + }, + "Data Processing service (Sahara)": + { + "status": "2" + }, + "Bare Metal service (Ironic)": + { + "status": "2" + }, + "Message service (Zaqar)": + { + "status": "2" + }, + "Key Management service (Barbican)": + { + "status": "2" + }, + "DNS service (Designate)": + { + "status": "1" + } +}