From e49c2c54d52a45a87737ca2002483327e6ce19d9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 31 Dec 2019 17:09:52 +0100 Subject: [PATCH] ++stuff --- bin/ucloud-cli | 14 +++++++------- conf/{ucloud-cli.conf => uncloud-cli.conf} | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) rename conf/{ucloud-cli.conf => uncloud-cli.conf} (63%) diff --git a/bin/ucloud-cli b/bin/ucloud-cli index 13cd678..2b27f14 100755 --- a/bin/ucloud-cli +++ b/bin/ucloud-cli @@ -2,14 +2,14 @@ import click import sys - -from ucloud_cli.commands.vm import vm -from ucloud_cli.commands.user import user -from ucloud_cli.commands.host import host -from ucloud_cli.commands.image import image -from ucloud_cli.commands.network import network -from ucloud_cli.helper import exception_handler +from uncloud_cli.commands.vm import vm +from uncloud_cli.commands.user import user +from uncloud_cli.commands.host import host +from uncloud_cli.commands.image import image +from uncloud_cli.commands.network import network + +from uncloud_cli.helper import exception_handler @click.group() diff --git a/conf/ucloud-cli.conf b/conf/uncloud-cli.conf similarity index 63% rename from conf/ucloud-cli.conf rename to conf/uncloud-cli.conf index 54b0dea..259f643 100644 --- a/conf/ucloud-cli.conf +++ b/conf/uncloud-cli.conf @@ -1,4 +1,4 @@ OTP_NAME=replace_me OTP_REALM=replace_me OTP_SEED=replace_me -UCLOUD_API_SERVER=http://[::]:5000 \ No newline at end of file +UCLOUD_API_SERVER=http://[::]:10001 \ No newline at end of file