lib/testlab/container.rb in testlab-1.6.0 vs lib/testlab/container.rb in testlab-1.6.1
- old
+ new
@@ -123,9 +123,12 @@
attribute :distro, :default => 'ubuntu'
attribute :release, :default => 'precise'
attribute :arch
+ attribute :aa_profile
+ attribute :cap_drop
+
attribute :tags, :default => Array.new
# Instructs ephemeral containers to persist; otherwise tmpfs will be used
# as the backend store for ephemeral containers.
# NOTE: tmpfs is very memory intensive and is disabled by default.