Skip to content

Commit

Permalink
remove haproxy=True flag from sample testbed.py
Browse files Browse the repository at this point in the history
Change-Id: I85ea760b406cc76fd05da108a752d2d7abc3509e
Closes-Bug: #1588615
  • Loading branch information
msudhee committed Jun 3, 2016
1 parent 5efaee6 commit 80fa21d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions fabfile/testbeds/testbed_multibox_example.py
Expand Up @@ -365,9 +365,6 @@
#To enable multi-tenancy feature
#multi_tenancy = True

#To enable haproxy feature
#haproxy = True

#To Enable prallel execution of task in multiple nodes
#do_parallel = True

Expand Down
3 changes: 0 additions & 3 deletions fabfile/testbeds/testbed_singlebox_example.py
Expand Up @@ -250,9 +250,6 @@
#To enable multi-tenancy feature
#multi_tenancy = True

#To enable haproxy feature
#haproxy = True

#To Enable prallel execution of task in multiple nodes
#do_parallel = True

Expand Down

0 comments on commit 80fa21d

Please sign in to comment.