Addition of PaaS 17/12617/1
authorPatricia Reinoso <patricia.reinoso@canonical.com>
Wed, 26 Oct 2022 08:45:49 +0000 (08:45 +0000)
committerPatricia Reinoso <patricia.reinoso@canonical.com>
Wed, 26 Oct 2022 08:45:49 +0000 (08:45 +0000)
commite1735437d0506be22598161ae42f3b448177e90f
tree6fb97615a8cd3e6230edc4dcf2941ea2e0a8ecf1
parentd642b78787df35e9a3b9161fdd939d0997c1b62c
Addition of PaaS

Add the following commands to the OSM Client:
 - osm paas-add
 - osm paas-delete
 - osm paas-update
 - osm paas-list
 - osm paas-show

Change-Id: I5a0ba86c2b3a6a9239c2f336c33a0777cc72654b
Signed-off-by: Patricia Reinoso <patricia.reinoso@canonical.com>
osmclient/scripts/osm.py
osmclient/scripts/tests/test_paas_operations.py [new file with mode: 0644]
osmclient/sol005/client.py
osmclient/sol005/paas.py [new file with mode: 0644]
osmclient/sol005/tests/test_paas.py [new file with mode: 0644]