lib/vagrant-openstack-plugin/errors.rb in vagrant-openstack-plugin-0.8.0 vs lib/vagrant-openstack-plugin/errors.rb in vagrant-openstack-plugin-0.9.0
- old
+ new
@@ -33,9 +33,13 @@
class FloatingIPNotFound < VagrantOpenStackError
error_key(:floating_ip_not_found)
end
+ class FloatingIPNotAllocated < VagrantOpenStackError
+ error_key(:floating_ip_not_allocated)
+ end
+
class OrchestrationTemplateError < VagrantOpenStackError
error_key(:orchestration_template_error)
end
class OrchestrationNoTemplateFileError < VagrantOpenStackError