magnum/magnum/cmd
yatin af59ea68b8 Fix magnum-template-manage
After patch: https://review.openstack.org/#/c/374906/
magnum-template-manage didn't worked because load_entry_point
method moved to Driver class.
With this patch, magnum-template-manage can be used to list
all available drivers in magnum.

The patch also renames magnum-template-manage cli to
magnum-driver-manage.
Drivers can now be listed using:-
magnum-driver-manage list-drivers
magnum-driver-manage list-drivers -d -p

DocImpact

Change-Id: I17ba94b0e2000486b5fcbf792991ad98183bd26c
Partially-Implements: blueprint bay-drivers
Closes-Bug: #1632630
2016-10-13 21:06:43 +05:30
..
__init__.py Create a ReST API entrypoint 2014-11-18 14:01:20 -07:00
api.py Centralize config option: api section 2016-09-22 00:59:34 +00:00
conductor.py Centralize config option: conductor section 2016-09-22 01:00:16 +00:00
db_manage.py Improve unit test coverage for cmd/db_manage.py 2016-09-06 03:16:00 +00:00
driver_manage.py Fix magnum-template-manage 2016-10-13 21:06:43 +05:30