~fwereade/pyjuju/preflight-constraints

« back to all changes in this revision

Viewing changes to juju/control/config_set.py

  • Committer: William Reade
  • Date: 2012-04-04 15:39:01 UTC
  • mfrom: (494.1.18 trunk)
  • Revision ID: fwereade@gmail.com-20120404153901-aewisetre0zwgcus
finished tests, removed inappropriate preflighting

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
@inlineCallbacks
86
86
def config_set(environment, service_name, service_options):
87
 
    """Set service options.
 
87
    """Set service settings.
88
88
    """
89
89
    provider = environment.get_machine_provider()
90
90
    client = yield provider.connect()