Skip to content
Snippets Groups Projects
Commit f336431a authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Changed module names

parent e1d4843b
No related branches found
No related tags found
1 merge request!91Changed module names
......@@ -16,11 +16,11 @@ ovs_ssh_credential = {'id': "b9af5845-8b87-4378-bca4-cee39a894c17"}
auth_name, auth_passwd = "", ""
def set_auth(new_auth_name, new_auth_passwd):
def set_auth(auth_n, auth_p):
global auth_name
global auth_passwd
auth_name = new_auth_name
auth_passwd = new_auth_passwd
auth_name = auth_n
auth_passwd = auth_p
def get_version_old():
with Gmp(connection, transform=transform) as gmp:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment