#gem install chef --pre solves the problem.
On the nose. Thank you.
Note: Some new dependencies were required to install chef --pre,
mixlib-config and mixlib-log
On Wed, Mar 2, 2011 at 3:45 PM, Bryan McLellan btm@loftninjas.org wrote:
On Wed, Mar 2, 2011 at 3:40 PM, Daniel DeLeo dan@kallistec.com wrote:
Might be the new version of Fog. I think upgraded our fog usage in the
0.9.14 RC, can you try installing it withgem install chef --pre
and see
if that fixes your issue?Fog v0.5.3 was the last version that supported
Fog::Rackspace::Servers. As Dan notes 0.9.14 will have CHEF-1727 [1]
which switches to use Fog::Rackspace::Compute which is compatible with
Fog 0.6.0, so you can use the current prerelease 0.9.14.rc.1 via 'gem
install chef --pre' or you could downgrade to Fog 0.5.3.Bryan