Skip to content

Commit

Permalink
add server_name value
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Ali Naqvi committed Mar 16, 2017
1 parent 7b16452 commit 49fb55b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cassinyspawner/swarmspawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ def start(self):

if 'name' in user_options:
self.server_name = user_options['name']
else:
self.server_name = 1

if hasattr(self, 'container_spec') and self.container_spec is not None:
container_spec = dict(**self.container_spec)
Expand Down

0 comments on commit 49fb55b

Please sign in to comment.