On 14/05/10 17:50 -0400, Chris Lalancette wrote:
>Signed-off-by: Chris Lalancette <[email protected]>
>---
> .../lib/deltacloud/drivers/gogrid/gogrid_driver.rb |    2 +-
> server/views/instances/show.xml.haml               |    2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/server/lib/deltacloud/drivers/gogrid/gogrid_driver.rb 
>b/server/lib/deltacloud/drivers/gogrid/gogrid_driver.rb
>index ff46fab..b82f5d7 100644
>--- a/server/lib/deltacloud/drivers/gogrid/gogrid_driver.rb
>+++ b/server/lib/deltacloud/drivers/gogrid/gogrid_driver.rb
>@@ -24,7 +24,7 @@ class Instance
>   attr_accessor :authn_error
>
>   def authn_feature_failed?
>-    return true unless auth_error.nil?
>+    return true unless authn_error.nil?
>   end
> end
>
>diff --git a/server/views/instances/show.xml.haml 
>b/server/views/instances/show.xml.haml
>index edcde8e..80b4c77 100644
>--- a/server/views/instances/show.xml.haml
>+++ b/server/views/instances/show.xml.haml
>@@ -38,7 +38,7 @@
>   - if driver_has_auth_features?
>     %authentication{ :type => driver_auth_feature_name }
>       - if @instance.authn_feature_failed?
>-        %error  #[email protected]_error}
>+        %error  #[email protected]_error}
>       - else
>         - if driver_auth_feature_name == 'password'
>           %login

ACK.

-- 
--------------------------------------------------------
Michal Fojtik, [email protected], +420 532 294 4307
Ruby / Ruby On Rails Developer
Deltacloud API: http://deltacloud.org
--------------------------------------------------------
_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to