CS-14411 cloud-cli missing from Ubuntu packages

resolved fixed
This commit is contained in:
frank 2012-04-12 10:51:00 -07:00
parent 7c6932ef80
commit b4186eac6c
3 changed files with 15 additions and 0 deletions

0
debian/cloud-cli.config vendored Normal file
View File

8
debian/cloud-cli.install vendored Normal file
View File

@ -0,0 +1,8 @@
/etc/cloud/cli/commands.xml
/usr/bin/cloud-grab-dependent-library-versions
/usr/bin/cloud-tool
/usr/bin/cloudvoladm
/usr/lib/python*/site-packages/cloudapis.py
/usr/lib/python*/site-packages/cloudtool
/usr/lib/python*/site-packages/cloudtool/__init__.py
/usr/lib/python*/site-packages/cloudtool/utils.py

7
debian/control vendored
View File

@ -172,3 +172,10 @@ Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${sourc
Description: CloudStack usage monitor Description: CloudStack usage monitor
The CloudStack usage monitor provides usage accounting across the entire cloud for The CloudStack usage monitor provides usage accounting across the entire cloud for
cloud operators to charge based on usage parameters. cloud operators to charge based on usage parameters.
Package: cloud-cli
Provides: cloud-cli
Architecture: any
Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-deps (= ${source:Version}), cloud-server (= ${source:Version}), cloud-daemonize (= ${source:Version}), cloud-setup (= ${source:Version}), cloud-client (= ${source:Version})
Description: CloudStack commandline tool
The CloudStack commandline tool for invoking APi