Revert "Merge pull request #2844 from coreos-inc/alegrand/use_latest_appr_server_code"
This reverts commit646fafb2fd
, reversing changes made to5c1b635439
.
This commit is contained in:
parent
49df658e20
commit
9e09612851
16 changed files with 68 additions and 106 deletions
|
@ -112,7 +112,7 @@ class AppRegistryDataInterface(object):
|
|||
pass
|
||||
|
||||
@abstractmethod
|
||||
def store_blob(self, apprblob, content_media_type):
|
||||
def store_blob(self, cnrblob, content_media_type):
|
||||
"""
|
||||
Upload the blob content to a storage location and creates a Blob entry in the DB.
|
||||
|
||||
|
|
Reference in a new issue