rhel-osp-director: After minor update, unable to launch an instance. ERROR (ClientException): Unknown Error (HTTP 500) Environment: openstack-puppet-modules-9.0.0-0.20160915155755.8c758d6.el7ost.noarch openstack-tripleo-heat-templates-5.0.0-0.20161003064637.d636e3a.1.1.el7ost.noarch instack-undercloud-5.0.0-0.20160930175750.9d2a655.el7ost.noarch openstack-nova-scheduler-14.0.0-1.el7ost.noarch openstack-nova-api-14.0.0-1.el7ost.noarch python-nova-14.0.0-1.el7ost.noarch openstack-nova-conductor-14.0.0-1.el7ost.noarch openstack-nova-cert-14.0.0-1.el7ost.noarch openstack-nova-common-14.0.0-1.el7ost.noarch openstack-nova-novncproxy-14.0.0-1.el7ost.noarch openstack-nova-console-14.0.0-1.el7ost.noarch puppet-nova-9.4.0-0.20160928195826.320f93c.el7ost.noarch python-novaclient-6.0.0-1.el7ost.noarch openstack-nova-compute-14.0.0-1.el7ost.noarch Steps to reproduce: 1. Deploy setup with: openstack overcloud deploy --debug --templates --libvirt-type kvm --ntp-server clock.redhat.com --neutron-network-type vxlan --neutron-tunnel-types vxlan --control-scale 3 --control-flavor controller-d75f3dec-c770-5f88-9d4c-3fea1bf9c484 --compute-scale 1 --compute-flavor compute-b634c10a-570f-59ba-bdbf-0c313d745a10 --ceph-storage-scale 2 --ceph-storage-flavor ceph-cf1f074b-dadb-5eb8-9eb0-55828273fab7 -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e virt/ceph.yaml -e virt/hostnames.yml -e virt/network/network-environment.yaml --log-file overcloud_deployment_48.log 2. Populate the setup (includes launching an instance) 3. Update the setup to latest bits. 4. Attempt to launch instance Result: [stack@undercloud-0 ~]$ nova boot --image cirros --flavor 1 --key-name oskey --nic net-id=e2f614c2-4448-4060-8de9-e077ea58b247 nisim1 ERROR (ClientException): Unknown Error (HTTP 500) Expected result: The instance should be launched successfully.
marking as blocking the minor update RFE https://bugzilla.redhat.com/show_bug.cgi?id=1337797
I looked at the sosreport and the nova-api logs show no sign of any HTTP 500 errors. The only 500 statuses I could find where in the glance-api logs. Not sure how to go forward with this.