~chris.macnaughton/openstack-mojo-specs/update-ceph-test

« back to all changes in this revision

Viewing changes to helper/setup/scale_out_swift_storage.py

[muitiple] Merging 17.08 testing changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
 
1
#!/usr/bin/env python
2
2
import sys
3
3
import utils.mojo_utils as mojo_utils
4
4
 
8
8
    mojo_utils.add_unit('swift-storage-z2')
9
9
    mojo_utils.add_unit('swift-storage-z3')
10
10
 
 
11
 
11
12
if __name__ == "__main__":
12
13
    sys.exit(main(sys.argv))