-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scale for elastigroup #525
Conversation
👍 |
senza/cli.py
Outdated
@@ -25,7 +25,7 @@ | |||
fatal_error, info, ok) | |||
from clickclick.console import print_table | |||
|
|||
import spotinst | |||
from spotinst.components import elastigroup_api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be from .spotinst.components import elastigroup_api
since it's a relative import.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't work because the spotinst package is outside the senza package. Let's merge this one as a absolute import, and move the spotinst package inside senza in the next PR (there are a few more functionalities to be changed)
👍 |
1 similar comment
👍 |
/cc @ruiaraujo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lmineiro Looks good!
Contributes to #517