~lutostag/ubuntu/trusty/maas/1.5.4+keystone

« back to all changes in this revision

Viewing changes to src/maas/development.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-03-04 11:49:44 UTC
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: package-import@ubuntu.com-20130304114944-azcvu9anlf8mizpa
Tags: upstream-1.3+bzr1452+dfsg
ImportĀ upstreamĀ versionĀ 1.3+bzr1452+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
DEV_ROOT_DIRECTORY = os.path.join(
101
101
    os.path.dirname(__file__), os.pardir, os.pardir)
102
102
 
103
 
 
104
 
COMMISSIONING_SCRIPT = os.path.join(
105
 
    DEV_ROOT_DIRECTORY, 'etc/maas/commissioning-user-data')
106
 
 
107
103
# Override the default provisioning config filename.
108
104
provisioningserver.config.Config.DEFAULT_FILENAME = abspath("etc/pserv.yaml")
109
105