chef-boneyard / knife-rackspace

Chef knife plug-in for Rackspace
https://github.com/chef/knife-rackspace
Apache License 2.0
153 stars 114 forks source link

--rackspace-metadata throws exception #99

Open vikramgorla opened 9 years ago

vikramgorla commented 9 years ago

I am trying to use --rackspace-metadata argument to specify load balancer pool name . --rackspace-metadata '{"RackConnectLBPool": "POOL-test"}'

It fails with an exception, however server is created (p.s, bootstrap does not happen as knife is interrupted)

ERROR: knife encountered an unexpected error

Exception: NoMethodError: undefined method `gsub' for 2:Fixnum

Is this a bug or is it related to issue with the value passed in the argument?