wrong operator

Used the assignment operator, instead of the comparison one...
This commit is contained in:
alop
2013-05-09 09:13:55 -07:00
parent 4e70a572fa
commit 30e0220d0f

View File

@@ -574,7 +574,7 @@ volume_driver=<%= node["cinder"]["volume"]["volume_driver"] %>
######## defined in cinder.volume.netapp ########
<% if node["cinder"]["volume"]["volume_driver"] = "cinder.volume.netapp.NetAppISCSIDriver" %>
<% if node["cinder"]["volume"]["volume_driver"] == "cinder.volume.netapp.NetAppISCSIDriver" %>
netapp_wsdl_url=<%= node["cinder"]["netapp"]["protocol"] %>://<%= node["cinder"]["netapp"]["dfm_hostname"] %>:<%= node["cinder"]["netapp"]["dfm_web_port"] %>/dfm.wsdl
#### (StrOpt) URL of the WSDL file for the DFM server