Skip to content

Commit

Permalink
Merge "Change dos.py slave naming to match environment expectations"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 25, 2015
2 parents 63cf5bf + b972701 commit 27b0a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def do_slave_add(self, force_define=True):
node_count = self.params.node_count

for node in xrange(created_nodes, created_nodes + node_count):
node_name = "slave-%i" % (node)
node_name = "slave-%02d" % (node)
node = self.env.add_node(name=node_name, vcpu=vcpu, memory=memory)
disknames_capacity = {
'system': 50 * 1024 ** 3
Expand Down

0 comments on commit 27b0a46

Please sign in to comment.