<div class="report"><p>Hello All,<br><br>I am trying to install openstack on a single node.</p>
<p>My nova.conf looks like this</p>
<p>--dhcpbridge_flagfile=/etc/nova/nova.conf<br>
--dhcpbridge=/usr/bin/nova-dhcpbridge<br>
--logdir=/var/log/nova<br>
--state_path=/var/lib/nova<br>
--lock_path=/var/lock/nova<br>
--state_path=/var/lib/nova<br>
--verbose<br>
--s3_host=10.3.3.156<br>
--rabbit_host=10.3.3.156<br>
--cc_host=10.3.3.156<br>
--nova_url=<a rel="nofollow" href="http://10.3.3.156:8774/v1.1/">http://10.3.3.156:8774/v1.1/</a><br>
--fixed_range=<a href="http://192.168.0.0/16">192.168.0.0/16</a><br>
--network_size=8<br>
--routing_source_ip=10.3.3.156<br>
--sql_connection=mysql://<a href="http://novadbadmin:novasecret@10.3.3.156/nova">novadbadmin:novasecret@10.3.3.156/nova</a><br>
--glance_api_servers=<a href="http://10.3.3.156:9292">10.3.3.156:9292</a><br>
--image_service=nova.image.glance.GlanceImageService<br>
--iscsi_ip_prefix=192.168.<br>
--vlan_interface=br100<br>
--public_interface=eth0<br>
--allow_admin_api=true<br>
--enable_zone_routing=true</p>
<p>I followed the steps given in the starter guide. Now when I try to run the command<br>
<b>"euca-describe-</b><b>availability-</b><b>zones verbose"</b></p>
<p><b>I get the following error:</b><br>
Warning: failed to parse error message from AWS: <a rel="nofollow" href="http://www.w3.org/TR/html4/loose.dtd:31:2">http://www.w3.org/TR/html4/loose.dtd:31:2</a>: error in processing external entity reference<br>
Traceback (most recent call last):<br>
  File "/usr/bin/euca-describe-availability-zones", line 115, in <module><br>
    main()<br>
  File "/usr/bin/euca-describe-availability-zones", line 109, in main<br>
    euca.display_error_and_exit('%s' % ex)<br>
  File "/usr/lib/python2.7/dist-packages/euca2ools/__init__.py", line 1435, in display_error_and_exit<br>
    dom = minidom.parseString(msg)<br>
  File "/usr/lib/python2.7/xml/dom/minidom.py", line 1924, in parseString<br>
    return expatbuilder.parseString(string)<br>
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 940, in parseString<br>
    return builder.parseString(string)<br>
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 223, in parseString<br>
    parser.Parse(string, True)<br>
xml.parsers.expat.ExpatError: mismatched tag: line 1, column 376</p>
<p>I looked up the following file "/usr/bin/euca-describe-availability-zones"</p>
<p>line 80 in instantiating an object of Euca2ool using:<br>
euca = Euca2ool('', ['region='])</p>
<p>and line 101 is retreving zone_ids using:<br>
zone_ids = euca.process_args()</p>
<p>however this is working and when I try to print these zone_ids it prints : [ ]</p>
<p>The output of the command : nova zone-list is</p>
<p>+----+------+-----------+--------------------------------------------+------------------------------+<br>
| ID | Name | Is Active |                Capabilities                |           API URL            |<br>
+----+------+-----------+--------------------------------------------+------------------------------+<br>
| 1  | nova | True      | hypervisor=xenserver;kvm, os=linux;windows | <a rel="nofollow" href="http://10.3.3.156:8774/v1.0/">http://10.3.3.156:8774/v1.0/</a> |<br>
+----+------+-----------+--------------------------------------------+------------------------------+</p>
<p>I am not able to figure out the error. Please help.<br><br>Thanks And Regards,<br>Nisarg<br></p></div>