charm-ceph-mon/lib/charms_ceph
Alex Kavanagh b34d85ee81 Enable passing of integer value for pool-set action
Enable passing of an integer to the pool-set function.  Due to how juju
appears to parse things on the command line, setting type to string
causes it to fail to accept '3', "3" or 3 as a string.  Only "'3'"
works.  However, if we remove the type from actions.yaml and do the
validation in the charm, any value can be passed.

Depends-On: I6081c23af61fd5e872982ff477b0a5cb27141d11

Change-Id: Idf3468d9ae28dafc09c86f08b7f8c6470a665b7a
Closes-Bug: #1838650
2020-07-02 14:56:41 +01:00
..
__init__.py Rename lib/ceph to lib/charms_ceph 2020-02-24 15:07:44 +00:00
broker.py Enable passing of integer value for pool-set action 2020-07-02 14:56:41 +01:00
crush_utils.py Rename lib/ceph to lib/charms_ceph 2020-02-24 15:07:44 +00:00
utils.py Sync charms.ceph 2020-05-19 10:13:25 +00:00