Skip to content

Commit

Permalink
new naming
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 20, 2016
1 parent 0015087 commit ae2a780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rancher/service.py
Expand Up @@ -71,12 +71,12 @@ def upgrade_service(
service = self.get_service(id)
data = service["data"]
fields = data["fields"]
launchConfig = fields["launchConfig"]
launch_config = fields["launchConfig"]
contents = self.post(
url,
data_j = dict(
inServiceStrategy = dict(
launchConfig = launchConfig,
launchConfig = launch_config,
batchSize = batch_size,
intervalMillis = interval,
launchConfig = dict(imageUuid = image_uuid),
Expand Down

0 comments on commit ae2a780

Please sign in to comment.