mirror of https://github.com/apache/cloudstack.git
add CLI deb package
This commit is contained in:
parent
8a6bde7d83
commit
762bf1eaa3
|
|
@ -0,0 +1,5 @@
|
|||
/usr/lib/python*/dist-packages/cloudtool*
|
||||
/usr/lib/python*/dist-packages/cloudapis.py
|
||||
/etc/cloud/cli/commands.xml
|
||||
/usr/bin/cloud-tool
|
||||
/usr/bin/cloudvoladm
|
||||
|
|
@ -1 +1,3 @@
|
|||
/usr/lib/python*/dist-packages/cloud*
|
||||
/usr/lib/python*/dist-packages/cloud_PrettyPrint.*
|
||||
/usr/lib/python*/dist-packages/cloud_sxp.*
|
||||
/usr/lib/python*/dist-packages/cloud_utils.*
|
||||
|
|
|
|||
|
|
@ -139,6 +139,12 @@ Description: Cloud.com Python library
|
|||
The Cloud.com Python library contains a few Python modules that the
|
||||
CloudStack uses.
|
||||
|
||||
Package: cloud-cli
|
||||
Architecture: any
|
||||
Depends: python
|
||||
Description: Cloud.com Volume Manager Tools
|
||||
The Cloud.com cli tool set let you to access CloudStack Management API through CLI and Manage Volumes
|
||||
|
||||
Package: cloud-agent
|
||||
Provides: vmops-agent
|
||||
Conflicts: vmops-agent
|
||||
|
|
|
|||
Loading…
Reference in New Issue