Ubuntu Pastebin

Paste from environments.yaml at Thu, 5 Mar 2015 06:43:42 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 # https://juju.ubuntu.com/docs/config-local.html
    local:
        type: local
        admin-secret: admin123
        # root-dir holds the directory that is used for the storage files and
        # database. The default location is $JUJU_HOME/<env-name>.
        # $JUJU_HOME defaults to ~/.juju. Override if needed.
        #
        # root-dir: ~/.juju/local

        # storage-port holds the port where the local provider starts the
        # HTTP file server. Override the value if you have multiple local
        # providers, or if the default port is used by another program.
        #
        # storage-port: 8040

        # network-bridge holds the name of the LXC network bridge to use.
        # Override if the default LXC network bridge is different.
        #
        #
        network-bridge: br0

        # The default series to deploy the state-server and charms on.
        # Make sure to uncomment the following option and set the value to
        # precise or trusty as desired.
 lxc-clone: true
Download as text