Skip to content

Commit

Permalink
Merge pull request #174 from Cluster444/fix-class-loading
Browse files Browse the repository at this point in the history
Fix cloud command class loading
  • Loading branch information
JJ Asghar committed Sep 4, 2015
2 parents 6059b9f + 3273dda commit 01da556
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/chef/knife/openstack_floating_ip_allocate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

require 'chef/knife/openstack_helpers'
require 'chef/knife/cloud/openstack_service_options'
require 'chef/knife/cloud/command'

class Chef
class Knife
Expand Down
1 change: 1 addition & 0 deletions lib/chef/knife/openstack_floating_ip_associate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require 'chef/knife/openstack_helpers'
require 'chef/knife/cloud/openstack_service_options'
require 'chef/knife/cloud/openstack_service'
require 'chef/knife/cloud/command'

class Chef
class Knife
Expand Down
1 change: 1 addition & 0 deletions lib/chef/knife/openstack_floating_ip_disassociate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require 'chef/knife/openstack_helpers'
require 'chef/knife/cloud/openstack_service_options'
require 'chef/knife/cloud/openstack_service'
require 'chef/knife/cloud/command'

class Chef
class Knife
Expand Down
3 changes: 2 additions & 1 deletion lib/chef/knife/openstack_floating_ip_release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# Author:: Vasundhara Jagdale (<vasundhara.jagdale@clogeny.com>)
# Copyright:: Copyright (c) 2015 Chef Software, Inc.
#
\

require 'chef/knife/openstack_helpers'
require 'chef/knife/cloud/openstack_service_options'
require 'chef/knife/cloud/command'

class Chef
class Knife
Expand Down

0 comments on commit 01da556

Please sign in to comment.