ConPaaS-team / conpaas

ConPaaS: integrated runtime environment for elastic cloud applications
http://www.conpaas.eu
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

cps-tools: Glitches in cps-tools client #77

Closed tcrivat closed 9 years ago

tcrivat commented 9 years ago

There are some small glitches when running commands using the cps-tools comman line interface. For example:

oneadmin@tamarinier:~$ cps-tools scalaris list_nodes 1 ERROR: 'vmid'

oneadmin@tamarinier:~$ cps-tools scalaris remove_nodes --scalaris 1 1 ERROR: 'Namespace' object has no attribute 'number'

oneadmin@tamarinier:~$ cps-tools scalaris stop 1 Stopping service 1... ERROR: 'error'

At least some of these are not specific to the Scalaris service, the second one ('Namespace' object has no attribute 'number') also happens to the PHP srvice.

Although errors are printed, the commands still work.

tcrivat commented 9 years ago

All bugs are now fixed. Closing issue.