Revision 5ad7d821
ID | 5ad7d82109d3e96db43a98317a8883f3d01c9623 |
Parent | a52a6644 |
Child | e8d556ca |
bug #2723: fix use of --user with --cluster in the cli
--cluster param needs to create a client to search for the cluster. This
happens while the parameters are being parsed so it fails if there is no
ONE_AUTH. To make it work the parameters user, password and endpoint
are saved as OneHelper class variables as soon as they are parsed. This way
they can be used to create the XMLRPC client before all parameters are parsed.
Files
- added
- modified
- copied
- renamed
- deleted