modules/mu/clouds/aws/server.rb in cloud-mu-2.0.0.pre.beta2 vs modules/mu/clouds/aws/server.rb in cloud-mu-2.0.0.pre.beta3

- old
+ new

@@ -1792,9 +1792,15 @@ # @return [Boolean] def self.isGlobal? false end + # Denote whether this resource implementation is experiment, ready for + # testing, or ready for production use. + def self.quality + MU::Cloud::RELEASE + end + # Remove all instances associated with the currently loaded deployment. Also cleans up associated volumes, droppings in the MU master's /etc/hosts and ~/.ssh, and in whatever Groomer was used. # @param noop [Boolean]: If true, will only print what would be done # @param ignoremaster [Boolean]: If true, will remove resources not flagged as originating from this Mu server # @param region [String]: The cloud provider region # @return [void]