~bcsaller/charms/precise/juju-gui/sandbox-charm

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Francesco Banconi
  • Date: 2013-03-28 16:25:06 UTC
  • mfrom: (36.1.7 juju-gui)
  • Revision ID: francesco.banconi@canonical.com-20130328162506-dgerjn52ye7433w9
Added support for juju-core.

It is now possible to deploy the charm
in a juju-core environment.
The GUI correctly  connects to the juju-core 
API server.

R=gary.poster, bac
CC=
https://codereview.appspot.com/8081043

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    default: stable
15
15
  juju-api-branch:
16
16
    description: |
17
 
      The Juju API Bazaar branch (implementing the websocket server).
 
17
      The Juju API Bazaar branch (implementing the WebSocket server).
 
18
      Since juju-core includes the WebSocket API server out of the box, this
 
19
      option is ignored if the charm is deployed using juju-core.
18
20
    type: string
19
21
    default: lp:~hazmat/juju/rapi-rollup
20
22
  staging:
21
23
    description: |
22
24
      Connect the Juju GUI to the staging backend
23
25
      (i.e. a simulated Juju environment).
 
26
      Currently juju-core does not support the staging backend. For this
 
27
      reason, this option is ignored if the charm is deployed using juju-core.
24
28
    type: boolean
25
29
    default: false
26
30
  staging-environment:
28
32
      The environment JSON export used by the staging server. This option can
29
33
      be used to change the topology of the simulated Juju environment.
30
34
      Possible values are 'sample' and 'large'.
 
35
      Currently juju-core does not support the staging backend. For this
 
36
      reason, this option is ignored if the charm is deployed using juju-core.
31
37
    type: string
32
38
    default: sample
33
39
  juju-gui-console-enabled: