Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
137c51f5
Commit
137c51f5
authored
May 24, 2013
by
Stavros Sachtouris
Browse files
Fix typo in kamak.cli.logger import
parent
13c02904
Changes
3
Hide whitespace changes
Inline
Side-by-side
kamaki/cli/commands/__init__.py
View file @
137c51f5
...
...
@@ -31,7 +31,7 @@
# interpreted as representing official policies, either expressed
# or implied, of GRNET S.A.command
from
kamaki.logger
import
get_logger
from
kamaki.
cli.
logger
import
get_logger
from
kamaki.cli.utils
import
print_json
,
print_items
from
kamaki.cli.argument
import
FlagArgument
...
...
kamaki/cli/config.py
View file @
137c51f5
...
...
@@ -63,9 +63,7 @@ DEFAULTS = {
'log_data'
:
'off'
,
'max_threads'
:
7
},
'config'
:
{
'cli'
:
'config'
,
},
'config'
:
{
'cli'
:
'config'
},
'history'
:
{
'cli'
:
'history'
,
'file'
:
HISTORY_PATH
...
...
@@ -74,18 +72,10 @@ DEFAULTS = {
'cli'
:
'pithos'
,
'url'
:
'https://pithos.okeanos.grnet.gr/v1'
},
'compute'
:
{
'url'
:
'https://cyclades.okeanos.grnet.gr/api/v1.1'
},
'server'
:
{
'cli'
:
'cyclades'
},
'flavor'
:
{
'cli'
:
'cyclades'
},
'network'
:
{
'cli'
:
'cyclades'
},
'compute'
:
{
'url'
:
'https://cyclades.okeanos.grnet.gr/api/v1.1'
},
'server'
:
{
'cli'
:
'cyclades'
},
'flavor'
:
{
'cli'
:
'cyclades'
},
'network'
:
{
'cli'
:
'cyclades'
},
'image'
:
{
'cli'
:
'image'
,
'url'
:
'https://cyclades.okeanos.grnet.gr/plankton'
...
...
kamaki/cli/errors.py
View file @
137c51f5
...
...
@@ -31,7 +31,7 @@
# interpreted as representing official policies, either expressed
# or implied, of GRNET S.A.
from
kamaki.logger
import
get_logger
from
kamaki.
cli.
logger
import
get_logger
log
=
get_logger
(
'kamaki.cli'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment