summaryrefslogtreecommitdiff
path: root/strata/openstack-clients
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-06-19 10:12:20 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-06-22 12:35:24 +0000
commit3477dfeef30ed965173b62b40d19eb470c8e175b (patch)
tree57ca853bcf244f41773357bfd7ec796e52e2fd03 /strata/openstack-clients
parentebd2a86b53227d969c79e7cc8f7cc20428e36073 (diff)
downloaddefinitions-3477dfeef30ed965173b62b40d19eb470c8e175b.tar.gz
OpenStack: integrate the OpenStack unified CLI client
"OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the command set for Compute, Identity, Image, Object Store and Volume APIs together in a single shell with a uniform command structure." Change-Id: Icf3200e99100f46e5d8044844232025e7bada75d
Diffstat (limited to 'strata/openstack-clients')
-rw-r--r--strata/openstack-clients/appdirs.morph3
-rw-r--r--strata/openstack-clients/argparse.morph3
-rw-r--r--strata/openstack-clients/cliff-tablib.morph3
-rw-r--r--strata/openstack-clients/os-client-config.morph3
-rw-r--r--strata/openstack-clients/python-openstackclient.morph3
-rw-r--r--strata/openstack-clients/tablib.morph3
6 files changed, 18 insertions, 0 deletions
diff --git a/strata/openstack-clients/appdirs.morph b/strata/openstack-clients/appdirs.morph
new file mode 100644
index 00000000..53d0e476
--- /dev/null
+++ b/strata/openstack-clients/appdirs.morph
@@ -0,0 +1,3 @@
+name: appdirs
+kind: chunk
+build-system: python-distutils
diff --git a/strata/openstack-clients/argparse.morph b/strata/openstack-clients/argparse.morph
new file mode 100644
index 00000000..499df5f5
--- /dev/null
+++ b/strata/openstack-clients/argparse.morph
@@ -0,0 +1,3 @@
+name: argparse
+kind: chunk
+build-system: python-distutils
diff --git a/strata/openstack-clients/cliff-tablib.morph b/strata/openstack-clients/cliff-tablib.morph
new file mode 100644
index 00000000..4b48ba14
--- /dev/null
+++ b/strata/openstack-clients/cliff-tablib.morph
@@ -0,0 +1,3 @@
+name: cliff-tablib
+kind: chunk
+build-system: python-distutils
diff --git a/strata/openstack-clients/os-client-config.morph b/strata/openstack-clients/os-client-config.morph
new file mode 100644
index 00000000..13c473d2
--- /dev/null
+++ b/strata/openstack-clients/os-client-config.morph
@@ -0,0 +1,3 @@
+name: os-client-config
+kind: chunk
+build-system: python-distutils
diff --git a/strata/openstack-clients/python-openstackclient.morph b/strata/openstack-clients/python-openstackclient.morph
new file mode 100644
index 00000000..a4c9fae7
--- /dev/null
+++ b/strata/openstack-clients/python-openstackclient.morph
@@ -0,0 +1,3 @@
+name: python-openstackclient
+kind: chunk
+build-system: python-distutils
diff --git a/strata/openstack-clients/tablib.morph b/strata/openstack-clients/tablib.morph
new file mode 100644
index 00000000..821ceb95
--- /dev/null
+++ b/strata/openstack-clients/tablib.morph
@@ -0,0 +1,3 @@
+name: tablib
+kind: chunk
+build-system: python-distutils