~bac/charms/precise/juju-gui/constraint-parsing

« back to all changes in this revision

Viewing changes to config/guiserver.conf.template

  • Committer: Brad Crittenden
  • Date: 2013-11-15 18:51:28 UTC
  • mfrom: (125.1.15 increment-deployments)
  • Revision ID: bac@canonical.com-20131115185128-rphg06r069p5tnzb
After deploying a bundle increment counter.

The guiserver will make a GET request to the deployment counter incrementer
URL for the bundle.  This required accepting the bundle ID in the
Deployer/Import path.

Note neither the GUI nor quickstart have been updated to pass this value yet.

The charmworldurl is also now passed to the server via the command line.

QA: just deploy your favorite bundle and see that it works as it should.  You
can observe the bundle page in charmworld and see the counts remain at 0.

R=frankban
CC=
https://codereview.appspot.com/26740043

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    --logging="{{builtin_server_logging}}" \
9
9
    --guiroot="{{gui_root}}" \
10
10
    --sslpath="{{ssl_cert_path}}" \
 
11
    --charmworldurl="{{charmworld_url}}" \
11
12
    {{if sandbox}}
12
13
        --sandbox \
13
14
    {{else}}