Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Unknown
-
Resolution: Fixed
-
Affects Version/s: rackspace-0.5.4
-
Fix Version/s: rackspace-0.5.6
-
Component/s: knife-rackspace
-
Labels:None
Description
The following should ideally work:
<code>
- ~/.chef/knife.rb
require 'fog'
knife.merge! Fog.credentials
</code>
But the Fog key `:rackspace_username` does not match up with the Knife key `:rackspace_api_username`.
Switching the 'rackspace_api_username' key name would cause all existing knife.rb files with to be invalid. This less common case can be solved using something like this: