Merge pull request #13 from docker/staging

v1.0.7
This commit is contained in:
Feng Honglin 2016-06-17 18:38:13 +02:00 committed by GitHub
commit 56c80648a8
2 changed files with 2 additions and 1 deletions

View file

@ -25,7 +25,7 @@ from dockercloud.api.utils import Utils
from dockercloud.api.events import Events
from dockercloud.api.nodeaz import AZ
__version__ = '1.0.6'
__version__ = '1.0.7'
dockercloud_auth = os.environ.get('DOCKERCLOUD_AUTH')
basic_auth = auth.load_from_file("~/.docker/config.json")

View file

@ -6,6 +6,7 @@ from .base import Immutable, StreamingLog
class Action(Immutable):
subsystem = 'audit'
endpoint = "/action"
namespaced = False
@classmethod
def _pk_key(cls):