[Openstack] [devstack] [ocata] Urgent: neutron_plugin_create_nova_conf: command not found

Silvia Fichera fichera.sil at gmail.com
Tue Aug 15 11:02:54 UTC 2017


Hi all,
I'm installing a compute node with devstack ocata (the branch is updated)
but I'm having error:

+inc/ini-config:iniset:173                 xtrace='set -o xtrace'
+inc/ini-config:iniset:174                 set +o xtrace
+lib/neutron:configure_neutron_nova_new:308  iniset /etc/nova/nova.conf
neutron url http://192.168.10.3:9696
+inc/ini-config:iniset:172                 local xtrace
++inc/ini-config:iniset:173                 grep xtrace
++inc/ini-config:iniset:173                 set +o
+inc/ini-config:iniset:173                 xtrace='set -o xtrace'
+inc/ini-config:iniset:174                 set +o xtrace
+lib/neutron:configure_neutron_nova_new:310  iniset /etc/nova/nova.conf
DEFAULT firewall_driver nova.virt.firewall.NoopFirewallDriver
+inc/ini-config:iniset:172                 local xtrace
++inc/ini-config:iniset:173                 grep xtrace
++inc/ini-config:iniset:173                 set +o
+inc/ini-config:iniset:173                 xtrace='set -o xtrace'
+inc/ini-config:iniset:174                 set +o xtrace
+lib/neutron:configure_neutron_nova_new:313  neutron_plugin_create_nova_conf
/home/c1/devstack/lib/neutron: line 313: neutron_plugin_create_nova_conf:
command not found
+lib/neutron:configure_neutron_nova_new:1  exit_trap
+./stack.sh:exit_trap:494                  local r=127
++./stack.sh:exit_trap:495                  jobs -p
+./stack.sh:exit_trap:495                  jobs=
+./stack.sh:exit_trap:498                  [[ -n '' ]]
+./stack.sh:exit_trap:504                  kill_spinner
+./stack.sh:kill_spinner:390               '[' '!' -z '' ']'
+./stack.sh:exit_trap:506                  [[ 127 -ne 0 ]]
+./stack.sh:exit_trap:507                  echo 'Error on exit'
Error on exit
+./stack.sh:exit_trap:508                  generate-subunit 1502793717 131
fail
+./stack.sh:exit_trap:509                  [[ -z /opt/stack/logs ]]
+./stack.sh:exit_trap:512
 /home/c1/devstack/tools/worlddump.py -d /opt/stack/logs
World dumping... see /opt/stack/logs/worlddump-2017-08-15-104408.txt for
details
+./stack.sh:exit_trap:518                  exit 127


The n-dhcp.log is empty.
My local.conf is that:

[[local|localrc]]
RECLONE=yes
OFFLINE=no

HOST_IP=192.168.10.4
SERVICE_HOST=192.168.10.3
RABBIT_HOST=192.168.10.3
DATABASE_HOST=192.168.10.3

ADMIN_PASSWORD=admin
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
SERVICE_TOKEN=$ADMIN_PASSWORD

DATABASE_TYPE=mysql

NOVA_VNC_ENABLED=True
NOVNCPROXY_URL="http://192.168.10.3:6080/vnc_auto.html" #Add Controller
Node IP address
VNCSERVER_PROXYCLIENT_ADDRESS=$HOST_IP
VNCSERVER_LISTEN=$HOST_IP

enable_service n-novnc

LIBVIRT_TYPE=qemu
# Log
SCREEN_LOGDIR=/opt/stack/logs/screen

# Services
ENABLED_SERVICES=n-cpu,neutron

# Branches
NOVA_BRANCH=stable/ocata
KEYSTONE_BRANCH=stable/ocata
NEUTRON_BRANCH=stable/ocata

Any suggestion?
I'm going mad about this error! I've tried by commentig the line that gives
me the error, the installation is successfull but the controller cannot see
the compute node and some configurations are missing in my nova.conf

Thanks
-- 
Silvia Fichera
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20170815/b4463bb8/attachment.html>


More information about the Openstack mailing list