Reraise exception if node_get_details fails

Current exception handling takes into account only NotFound
exception, ignoring others.

Change-Id: I670004a4b445d1fc9ed76bcb2e1b09ff6cb2a369
diff --git a/_states/ironicv1.py b/_states/ironicv1.py
index 183dc9b..b6cd7df 100644
--- a/_states/ironicv1.py
+++ b/_states/ironicv1.py
@@ -34,6 +34,7 @@
                               format('node', e))
                 return _failed('create', name, resource)
             return _succeeded('create', name, resource, resp)
+        raise
 
     to_change = []
     for prop in kwargs: