Merge "Unify getting properties for method of Server res"

This commit is contained in:
Jenkins 2016-09-06 14:27:06 +00:00 committed by Gerrit Code Review
commit a254046114
1 changed files with 2 additions and 2 deletions

View File

@ -814,8 +814,8 @@ class Server(stack_user.StackUser, sh.SchedulerHintsMixin,
self.SOFTWARE_CONFIG_TRANSPORT] == self.POLL_TEMP_URL
def transport_zaqar_message(self, props):
return props.get(
self.SOFTWARE_CONFIG_TRANSPORT) == self.ZAQAR_MESSAGE
return props[
self.SOFTWARE_CONFIG_TRANSPORT] == self.ZAQAR_MESSAGE
def get_software_config(self, ud_content):
try: