~jjo/juju-deployer/darwin-deployer-merge-r84-from-trunk

« back to all changes in this revision

Viewing changes to deployer/guiserver.py

  • Committer: Francesco Banconi
  • Date: 2013-08-29 16:35:45 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • Revision ID: francesco.banconi@canonical.com-20130829163545-0i2u6d1817c8x6wx
Changed the JUJU_HOME dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
# This value is used by the juju-deployer Importer object to store charms.
21
21
# This directory is usually created in the machine where the Juju GUI charm is
22
22
# deployed the first time a bundle deployment is requested.
23
 
JUJU_HOME = '/var/lib/juju/gui-server/juju-home'
 
23
JUJU_HOME = '/var/lib/juju-gui/juju-home'
24
24
 
25
25
 
26
26
def _validate(env, bundle):