Merge pull request #3616 from Ladas/openstack_security_groups_list_elseif_typo

Openstack security groups list typo
This commit is contained in:
Wesley Beary 2015-07-01 11:09:10 -05:00
commit 771edbbf85
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Fog
if options.is_a?(Hash)
server_id = options.delete(:server_id)
query = options
elsif
else
# Backwards compatibility layer, only server_id was passed as first parameter previously
Fog::Logger.deprecation('Calling OpenStack[:compute].list_security_groups(server_id) is deprecated, use .list_security_groups(:server_id => value) instead')
server_id = options