Merge "Remove auth_required=False from upload image command"

This commit is contained in:
Jenkins 2016-10-06 06:23:05 +00:00 committed by Gerrit Code Review
commit 75ac84f06d
1 changed files with 0 additions and 1 deletions

View File

@ -545,7 +545,6 @@ class BuildOvercloudImage(command.Command):
class UploadOvercloudImage(command.Command):
"""Create overcloud glance images from existing image files."""
auth_required = False
log = logging.getLogger(__name__ + ".UploadOvercloudImage")
def _env_variable_or_set(self, key_name, default_value):