~kirkland/pyjuju/tmux

« back to all changes in this revision

Viewing changes to ensemble/environment/config.py

orchestra provider is now capable of communicating with a cobblerserver

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                       optional=["access-key", "secret-key",
46
46
                                 "default-instance-type", "default-ami",
47
47
                                 "region", "ec2-uri", "s3-uri"]),
 
48
        "orchestra": KeyDict({"orchestra-server": String(),
 
49
                              "orchestra-user": String(),
 
50
                              "orchestra-pass": String(),
 
51
                              "admin-secret": String(),
 
52
                              "acquired-mgmt-class": String(),
 
53
                              "available-mgmt-class": String()}),
48
54
        "dummy": KeyDict({})}))},
49
55
    optional=["default"])
50
56