SatelliteQE / 5minute

5minute tool is the client tool for easy work with openstack.
GNU General Public License v2.0
9 stars 16 forks source link

Refactoring - configurable key name #54

Closed mpavlase closed 5 years ago

mpavlase commented 5 years ago

Add ability to specify name of ssh key, if it's different from current USER environment variable. It's implemented as generic argparser, that can be optinally used. It's prepared to extend additional .update_arguments_parser() per subclass to replace not-so-handy optparse parsing arguments.

mpavlase commented 5 years ago

After conversation with repo owner, we decided to don't merge this branch, because it doesn't bring too much benefit at this moment.