~allenap/maas/rpc-give-shared-secret-to-accepted-cluster

« back to all changes in this revision

Viewing changes to src/provisioningserver/config.py

  • Committer: Tarmac
  • Author(s): jtv at canonical
  • Date: 2013-10-08 11:44:11 UTC
  • mfrom: (1671.3.2 drop-target-name-prefix)
  • Revision ID: tarmac-20131008114411-wbfgpqryj5q8ac62
[r=allenap][bug=][author=jtv] Drop target_name_prefix setting from ephemerals import script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    if_key_missing = None
75
75
 
76
76
    directory = String(if_missing="/var/lib/maas/ephemeral")
77
 
    target_name_prefix = String(if_missing=None)
78
77
    releases = Set(if_missing=None)
79
78
    arches = Set(if_missing=None)
80
79