← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1743311] [NEW] Getting error while createing the first instance

 

Public bug reported:


Please find the error

ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions'> (HTTP 500) (Request-ID: req-06194055-0e44-4a6a-ba2e-cc05ea2ee251)


Please find the nova.conf log

[DEFAULT]
dhcpbridge_flagfile=/etc/nova/nova.conf
dhcpbridge=/usr/bin/nova-dhcpbridge
logdir=/var/log/nova
state_path=/var/lib/nova
lock_path=/var/lock/nova
force_dhcp_release=True
libvirt_use_virtio_for_bridges=True
verbose=True
ec2_private_dns_show_ip=True
api_paste_config=/etc/nova/api-paste.ini
enabled_apis=ec2,osapi_compute,metadata
rpc_backend = rabbit
#rabbit_login_method = AMQPLAIN
rabbit_userid = admin
rabbit_host = controller
rabbit_password = openstack
auth_strategy = keystone
my_ip = 10.0.5.240
vncserver_listen = 10.0.5.240
vncserver_proxyclient_address = 10.0.5.240
network_api_class = nova.network.neutronv2.api.API
security_group_api = neutron
linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
firewall_driver = nova.virt.firewall.NoopFirewallDriver
service_metadata_proxy = True
metadata_proxy_shared_secret = openstack
use_neutron = True

[database]
connection = mysql://nova:openstack@controller/nova

[api_database]
connection = mysql://nova:openstack@controller/nova

[keystone_authtoken]
auth_uri = http://controller:5000/v2.0
identity_uri = http://controller:35357
admin_tenant_name = service
admin_user = nova
admin_password = openstack


[glance]
host = controller

[neutron]
url = http://controller:9696
auth_strategy = keystone
auth_type = password
admin_auth_url = http://controller:35357/v2.0
admin_tenant_name = service
admin_username = neutron
admin_password = openstack

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1743311

Title:
  Getting error while createing the first instance

Status in OpenStack Compute (nova):
  New

Bug description:
  
  Please find the error

  ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
  <class 'keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions'> (HTTP 500) (Request-ID: req-06194055-0e44-4a6a-ba2e-cc05ea2ee251)

  
  Please find the nova.conf log

  [DEFAULT]
  dhcpbridge_flagfile=/etc/nova/nova.conf
  dhcpbridge=/usr/bin/nova-dhcpbridge
  logdir=/var/log/nova
  state_path=/var/lib/nova
  lock_path=/var/lock/nova
  force_dhcp_release=True
  libvirt_use_virtio_for_bridges=True
  verbose=True
  ec2_private_dns_show_ip=True
  api_paste_config=/etc/nova/api-paste.ini
  enabled_apis=ec2,osapi_compute,metadata
  rpc_backend = rabbit
  #rabbit_login_method = AMQPLAIN
  rabbit_userid = admin
  rabbit_host = controller
  rabbit_password = openstack
  auth_strategy = keystone
  my_ip = 10.0.5.240
  vncserver_listen = 10.0.5.240
  vncserver_proxyclient_address = 10.0.5.240
  network_api_class = nova.network.neutronv2.api.API
  security_group_api = neutron
  linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
  firewall_driver = nova.virt.firewall.NoopFirewallDriver
  service_metadata_proxy = True
  metadata_proxy_shared_secret = openstack
  use_neutron = True

  [database]
  connection = mysql://nova:openstack@controller/nova

  [api_database]
  connection = mysql://nova:openstack@controller/nova

  [keystone_authtoken]
  auth_uri = http://controller:5000/v2.0
  identity_uri = http://controller:35357
  admin_tenant_name = service
  admin_user = nova
  admin_password = openstack

  
  [glance]
  host = controller

  [neutron]
  url = http://controller:9696
  auth_strategy = keystone
  auth_type = password
  admin_auth_url = http://controller:35357/v2.0
  admin_tenant_name = service
  admin_username = neutron
  admin_password = openstack

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1743311/+subscriptions


Follow ups