Skip to content

Commit

Permalink
Merge pull request #58 from CoffeeChou/coffee
Browse files Browse the repository at this point in the history
rename value_utils.py -> utils.py
  • Loading branch information
CoffeeChou committed May 7, 2015
2 parents ddadfc6 + c6750e4 commit ed7658f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions eayunstack_tools/manage/ami.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# @filename ami.py
# ami management


import os
import logging
import commands


from eayunstack_tools.manage.value_utils import get_value
from eayunstack_tools.manage.utils import get_value
from eayunstack_tools.utils import NODE_ROLE
from eayunstack_tools.logger import StackLOG as LOG

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion eayunstack_tools/manage/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from eayunstack_tools.manage.eqlx_ssh_conn import ssh_execute as eqlx_ssh_execute
from eayunstack_tools.utils import ssh_connect
from eayunstack_tools.utils import NODE_ROLE
from eayunstack_tools.manage.value_utils import get_value as get_volume_value
from eayunstack_tools.manage.utils import get_value as get_volume_value

from eayunstack_tools.logger import StackLOG as LOG

Expand Down

0 comments on commit ed7658f

Please sign in to comment.