What Metadata should be editable by users/admins?
What metadata should be accessible via the API?
##Images Legend: u = user suppiled m = mandatory
- uuid
| #!/usr/bin/env python | |
| import os | |
| from boto.ec2.connection import EC2Connection | |
| from boto.regioninfo import RegionInfo | |
| host = os.environ["EC2_HOST"] | |
| region = RegionInfo(name="Nimbus", endpoint=host) |
| diff --git a/epu/provisioner/leader.py b/epu/provisioner/leader.py | |
| index c1808f8..ad59b00 100644 | |
| --- a/epu/provisioner/leader.py | |
| +++ b/epu/provisioner/leader.py | |
| @@ -139,16 +139,16 @@ class ProvisionerLeader(object): | |
| self.core.terminate_all() | |
| if self.terminator_thread is None: | |
| - self.terminator_thread = tevent.spawn(self.run_terminator, fail_fast=True) | |
| + self.terminator_thread = tevent.spawn(self.run_terminator, _fail_fast=True) |
| # | |
| # Java Stuff | |
| JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home/ | |
| JAVADOC=$(JAVA_HOME)/Commands/javadoc | |
| JAVAC=$(JAVA_HOME)/Commands/javac | |
| JAVA=$(JAVA_HOME)/Commands/java | |
| JAR=$(JAVA_HOME)/Commands/jar | |
| JAVA_INCLUDE=-I$(JAVA_HOME)/Headers | |
What Metadata should be editable by users/admins?
What metadata should be accessible via the API?
##Images Legend: u = user suppiled m = mandatory
| brew install readline | |
| brew link readline | |
| brew install python | |
| brew install postgres | |
| brew install postgis | |
| brew install gdal | |
| brew install geos | |
| brew install git | |
| brew install tmux | |
| brew install pip |
| brew install readline | |
| brew link readline | |
| brew install python | |
| brew install postgres | |
| brew install postgis | |
| brew install gdal | |
| brew install geos | |
| brew install git | |
| brew install tmux | |
| brew install pip |