|
Remove control-bucket from environmnts.yaml
This is the first in a series of branches to simplify
environments.yaml by removing unnecessary attributes.
These attributes can be inferred or generated and are
stored in an .environments direcotry under JUJU_HOME,
so that they may be used again next time a command is
run.
The first attribute removed is control-bucket. The next
branches will deal with admin-secret and the certificates.
Another branch will regenerate the control-bucket if there
happens to be a name clash. We don't currently do that now,
but since the attribute is now "hidden", it is more user
firendly to do so.
https://code.launchpad.net/~wallyworld/juju-core/simple-environment-config/+merge/178003
(do not edit description out of merge proposal)
Total comments: 31
Total comments: 33
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+454 lines, -61 lines) |
Patch |
 |
M |
README
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
[revision details]
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/bootstrap.go
|
View
|
1
2
|
1 chunk |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/bootstrap_test.go
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
doc/glossary.txt
|
View
|
1
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
environs/boilerplate_config.go
|
View
|
1
2
|
3 chunks |
+7 lines, -18 lines |
0 comments
|
Download
|
 |
M |
environs/boilerplate_config_test.go
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
environs/config.go
|
View
|
1
2
|
3 chunks |
+60 lines, -1 line |
2 comments
|
Download
|
 |
M |
environs/config_test.go
|
View
|
1
2
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
 |
M |
environs/dummy/config_test.go
|
View
|
1
2
|
2 chunks |
+21 lines, -3 lines |
0 comments
|
Download
|
 |
M |
environs/dummy/environs.go
|
View
|
1
2
|
3 chunks |
+19 lines, -3 lines |
0 comments
|
Download
|
 |
M |
environs/ec2/config_test.go
|
View
|
1
2
|
7 chunks |
+17 lines, -9 lines |
0 comments
|
Download
|
 |
M |
environs/ec2/ec2.go
|
View
|
1
2
|
3 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
M |
environs/export_test.go
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
environs/localconfig.go
|
View
|
1
2
|
1 chunk |
+73 lines, -0 lines |
2 comments
|
Download
|
 |
A |
environs/localconfig_test.go
|
View
|
1
2
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
M |
environs/openstack/config_test.go
|
View
|
1
2
|
5 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
environs/openstack/provider.go
|
View
|
1
2
|
4 chunks |
+23 lines, -8 lines |
0 comments
|
Download
|
Total messages: 9
|