lib/yao/resources.rb in yao-0.2.13 vs lib/yao/resources.rb in yao-0.3.0
- old
+ new
@@ -11,9 +11,10 @@
autoload :Keypair, "yao/resources/keypair"
autoload :FloatingIP, "yao/resources/floating_ip"
autoload :Network, "yao/resources/network"
autoload :Subnet, "yao/resources/subnet"
autoload :Port, "yao/resources/port"
+ autoload :Router, "yao/resources/router"
autoload :Tenant, "yao/resources/tenant"
autoload :Host, "yao/resources/host"
autoload :User, "yao/resources/user"
autoload :Role, "yao/resources/role"