Skip to content

Commit

Permalink
Adds tenant to network request
Browse files Browse the repository at this point in the history
so that non-admins can use this.
  • Loading branch information
Hendrik Volkmer committed May 31, 2013
1 parent 12ed1ff commit 197934f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/vagrant-openstack-plugin/action/connect_openstack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def call(env)
:provider => :openstack,
:openstack_username => username,
:openstack_api_key => api_key,
:openstack_auth_url => endpoint
:openstack_auth_url => endpoint,
:openstack_tenant => tenant
})
end

Expand Down

0 comments on commit 197934f

Please sign in to comment.