You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2021. It is now read-only.
Traceback (most recent call last):
File "tutumStatus.py", line 1, in<module>
import tutum
File "/usr/local/lib/python3.4/site-packages/tutum/__init__.py", line 24, in<module>
from tutum.api.stack import Stack
File "/usr/local/lib/python3.4/site-packages/tutum/api/stack.py", line 3, in<module>
from http import send_request
FIX:
importhttplib2http=httplib2.Http()
.....
defexport(self):
"""Export the stack in Tutum. :returns: bool -- whether or not the operation succeeded :raises: TutumApiError """ifnotself._detail_uri:
raiseTutumApiError("You must save the object before performing this operation")
url="/".join([self._detail_uri, "export"])
returnhttp.request("GET", url, inject_header=False)
FIX: