<div dir="ltr"><div>All services should be run, and u will get the output like this <br><br>root@openstackdemo:/home/cloudenabler/Downloads# nova service-list<br>+------------------+---------------+----------+---------+-------+----------------------------+-----------------+<br>
| Binary           | Host          | Zone     | Status  | State | Updated_at                 | Disabled Reason |<br>+------------------+---------------+----------+---------+-------+----------------------------+-----------------+<br>
| nova-consoleauth | openstackdemo | internal | enabled | up    | 2014-05-30T18:02:44.000000 | None            |<br>| nova-conductor   | openstackdemo | internal | enabled | up    | 2014-05-30T18:02:40.000000 | None            |<br>
| nova-compute     | openstackdemo | nova     | enabled | up    | 2014-05-30T18:02:40.000000 | None            |<br>| nova-cert        | openstackdemo | internal | enabled | up    | 2014-05-30T18:02:44.000000 | None            |<br>
| nova-scheduler   | openstackdemo | internal | enabled | up    | 2014-05-30T18:02:44.000000 | None            |<br>+------------------+---------------+----------+---------+-------+----------------------------+-----------------+<br>
<br></div>Check all the nova services(conductor,compute,scheduler) log<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 30, 2014 at 11:20 PM, Ben Tomasini <span dir="ltr"><<a href="mailto:ben.tomasini@gmail.com" target="_blank">ben.tomasini@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>agent-list (redacted)</div><div><br></div><div>stack@cmsdev01:~/git/devstack$ nova --os-username nova --os-tenant-name service --os-auth-url <a href="http://10.220.159.182:35357/v2.0/" target="_blank">http://10.220.159.182:35357/v2.0/</a> --os-password ******** agent-list</div>

<div>+----------+------------+----+--------------+---------+---------+-----+</div><div>| Agent_id | Hypervisor | OS | Architecture | Version | Md5hash | Url |</div><div>+----------+------------+----+--------------+---------+---------+-----+</div>

<div>+----------+------------+----+--------------+---------+---------+-----+</div></div><div><br></div><div><br></div>nova.conf (redacted):<div><br></div><div><div>[DEFAULT]</div><div>flat_interface = em0</div><div>flat_network_bridge = br100</div>

<div>vlan_interface = eth0</div><div>public_interface = br100</div><div>network_manager = nova.network.manager.FlatDHCPManager</div><div>firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver</div><div>compute_driver = libvirt.LibvirtDriver</div>

<div>default_ephemeral_format = ext4</div><div>glance_api_servers = <a href="http://10.220.159.182:9292" target="_blank">10.220.159.182:9292</a></div><div>rabbit_password = ********</div><div>rabbit_hosts = 10.220.159.182</div>
<div>rpc_backend = nova.openstack.common.rpc.impl_kombu</div>
<div>ec2_dmz_host = 10.220.159.182</div><div>vncserver_proxyclient_address = 127.0.0.1</div><div>vncserver_listen = 127.0.0.1</div><div>vnc_enabled = true</div><div>xvpvncproxy_base_url = <a href="http://10.220.159.182:6081/console" target="_blank">http://10.220.159.182:6081/console</a></div>

<div>novncproxy_base_url = <a href="http://10.220.159.182:6080/vnc_auto.html" target="_blank">http://10.220.159.182:6080/vnc_auto.html</a></div><div>logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s</div>

<div>logging_debug_format_suffix = from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d</div><div>logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s</div>

<div>logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_name)s %(project_name)s%(color)s] %(instance)s%(color)s%(message)s</div><div>force_config_drive = always</div>

<div>instances_path = /opt/stack/data/nova/instances</div><div>lock_path = /opt/stack/data/nova</div><div>state_path = /opt/stack/data/nova</div><div>enabled_apis = ec2,osapi_compute,metadata</div><div>instance_name_template = instance-%08x</div>

<div>sql_connection = mysql://root:********@<a href="http://127.0.0.1/nova?charset=utf8" target="_blank">127.0.0.1/nova?charset=utf8</a></div><div>metadata_workers = 4</div><div>ec2_workers = 4</div><div>osapi_compute_workers = 4</div>
<div>
my_ip = 10.220.159.182</div><div>s3_port = 3333</div><div>s3_host = 10.220.159.182</div><div>default_floating_pool = public</div><div>fixed_range =</div><div>force_dhcp_release = True</div><div>dhcpbridge_flagfile = /etc/nova/nova.conf</div>

<div>scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler</div><div>rootwrap_config = /etc/nova/rootwrap.conf</div><div>api_paste_config = /etc/nova/api-paste.ini</div><div>allow_resize_to_same_host = True</div>

<div>auth_strategy = keystone</div><div>debug = True</div><div>verbose = True</div><div><br></div><div>[conductor]</div><div>workers = 4</div><div><br></div><div>[osapi_v3]</div><div>enabled = True</div><div><br></div><div>

[keystone_authtoken]</div><div>signing_dir = /var/cache/nova</div><div>admin_password = ********</div><div>admin_user = nova</div><div>cafile =</div><div>admin_tenant_name = service</div><div>auth_protocol = http</div><div>

auth_port = 35357</div><div>auth_host = 10.220.159.182</div><div><br></div><div>[spice]</div><div>enabled = false</div><div>html5proxy_base_url = <a href="http://10.220.159.182:6082/spice_auto.html" target="_blank">http://10.220.159.182:6082/spice_auto.html</a></div>

<div><br></div><div>[libvirt]</div><div>inject_partition = -2</div><div>use_usb_tablet = False</div><div>cpu_mode = none</div><div>virt_type = kvm</div><div><br></div><div>[keymgr]</div><div>fixed_key = ******</div></div>

<div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 30, 2014 at 10:29 AM, Kiran Kumar <span dir="ltr"><<a href="mailto:kirankumarkuvvarapu@gmail.com" target="_blank">kirankumarkuvvarapu@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">output of "#nova agent-list" and also "nova.conf" file to debug.<br></div><div>
<div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 30, 2014 at 10:53 PM, Ben Tomasini <span dir="ltr"><<a href="mailto:ben.tomasini@gmail.com" target="_blank">ben.tomasini@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Here is the output of /var/log/nova/nova-scheduler.log.  It doesn't look like there are any entries from today.  This is the entire content of the file:<div>


<br></div><div><div>2014-05-29 06:51:02.618 10956 INFO nova.openstack.common.periodic_task [-] Skipping periodic task _periodic_update_dns because its interval is negative</div>
<div>2014-05-29 06:51:02.657 10956 AUDIT nova.service [-] Starting scheduler node (version 2014.1)</div><div>2014-05-29 06:51:03.091 10956 INFO oslo.messaging._drivers.impl_rabbit [-] Connected to AMQP server on localhost:5672</div>



<div>2014-05-29 14:00:55.438 10956 INFO nova.openstack.common.service [-] Caught SIGTERM, exiting</div></div><div><br></div><div>The nova-scheduler appears to be running:</div><div><br></div><div>stack     2940  0.2  0.1 267080 77788 pts/12   S+   09:09   0:09  |       \_ /usr/bin/python /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf<span><font color="#888888"><br>



</font></span></div><span><font color="#888888"><div><br></div><div>Ben</div></font></span></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 30, 2014 at 10:04 AM, Kiran Kumar <span dir="ltr"><<a href="mailto:kirankumarkuvvarapu@gmail.com" target="_blank">kirankumarkuvvarapu@gmail.com</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Ben,<br>check (or) post the output of  "# tail /var/log/nova/nova-scheduler.log ".<br><div class="gmail_extra">



<br></div><div class="gmail_extra">Kiran<br><br><br></div><div class="gmail_extra">
<div class="gmail_quote"><div><div>On Fri, May 30, 2014 at 10:17 PM, Ben Tomasini <span dir="ltr"><<a href="mailto:ben.tomasini@gmail.com" target="_blank">ben.tomasini@gmail.com</a>></span> wrote:<br></div>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>
<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hello,</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I just finished installing OpenStack on Ubuntu 14.04 using the Devstack script and tried to launch my first instance using a Centos 6.4 image which I uploaded from here:</div>





<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><a href="http://dev.centos.org/centos/hvm/CentOS-6.4-x86_64-Minimal-OpenStack.image.qcow2" target="_blank">http://dev.centos.org/centos/hvm/CentOS-6.4-x86_64-Minimal-OpenStack.image.qcow2</a><br>





</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">The status of the instance alternated between scheduled(or ing) and spawning.  In addition, the list of internal IP addresses assigned to the instance started at 6 and grew to over 40.  The instance never started.  When I tried to terminate it, I was unable as it was in an "error" state.</div>





<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">What steps should I take to troubleshoot this?</div><div style="font-family:arial,sans-serif;font-size:13px">





<br></div><div style="font-family:arial,sans-serif;font-size:13px">Thanks,</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Ben</div></div>
<br></div></div>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>