Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(323)

Unified Diff: quickstart/models/envs.py

Issue 90060043: Make control-bucket optional.
Patch Set: Make control-bucket optional. Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « quickstart/manage.py ('k') | quickstart/tests/models/test_envs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: quickstart/models/envs.py
=== modified file 'quickstart/models/envs.py'
--- quickstart/models/envs.py 2014-04-10 09:22:37 +0000
+++ quickstart/models/envs.py 2014-04-21 21:02:09 +0000
@@ -477,7 +477,7 @@
help='The secret key to use to authenticate to AWS. '
'See the access key help above.'),
fields.AutoGeneratedStringField(
- 'control-bucket', label='control bucket', required=True,
+ 'control-bucket', label='control bucket', required=False,
help='the globally unique S3 bucket name'),
fields.ChoiceField(
'region', choices=ec2_regions, default='us-east-1',
@@ -508,7 +508,7 @@
'Some installations assign public IP addresses by '
'default without requiring a floating IP address.'),
fields.AutoGeneratedStringField(
- 'control-bucket', label='control bucket', required=True,
+ 'control-bucket', label='control bucket', required=False,
help='the globally unique swift bucket name'),
fields.SuggestionsStringField(
'auth-url', label='authentication URL', required=True,
« no previous file with comments | « quickstart/manage.py ('k') | quickstart/tests/models/test_envs.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b