~1chb1n/openstack-mojo-specs/net-id-ext-port-fix

« back to all changes in this revision

Viewing changes to helper/utils/mojo_utils.py

  • Committer: Liam Young
  • Date: 2015-02-12 13:56:35 UTC
  • mfrom: (204.1.5 mojo-openstack-specs)
  • Revision ID: liam.young@canonical.com-20150212135635-e2jqxttguj7qghd1
[gnuoy,r=hopem] Tidy specs and add kilo support

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
 
200
200
def juju_set(service, option, wait=None):
201
201
    if wait is None:
202
 
        wait=True
 
202
        wait = True
203
203
    logging.info('Setting %s to %s' % (service, option))
204
204
    subprocess.check_call(['juju', 'set', service, option])
205
205
    if wait: