python-muranoclient/releasenotes/notes/enable-openstack-client-support-a273e33d6c31e36e.yaml
enthurohini 534b108504 Initial commit for openstack-client support in python-muranoclient
This patch enables openstack-client support in python-muranoclient
by setting entry points and implementing two interface functions
`make_client(instance)` and `build_option_parser(parser)`.

Change-Id: I9bd9b9718377e1eb7324d19ee7b0292f18eb22d5
Partially implements: blueprint openstack-client-plugin-support
2016-01-20 23:00:47 +05:30

5 lines
138 B
YAML

---
features:
- Added python-muranoclient support in openstack-client by setting entry
points and implementing interface functions.