You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Tried your scripts to get to know openstack. All went well except an error that occurs at the end of the compute1 node install.
snippet:
Setting up openvswitch-datapath-dkms (2.0.2-0ubuntu0.14.04.1) ...
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area....(bad exit status: 2)
./configure --with-linux='/lib/modules/3.13.0-44-generic/build' && make -C datapath/linux.......(bad exit status: 1)
Error! Bad return status for module build on kernel: 3.13.0-44-generic (x86_64)
....
and
###### Testing nova and neutron
Command failed, please check log for more info
2015-01-30 02:16:54.109 26080 CRITICAL nova [req-37b0535a-1785-4f3e-afaa-d704ddca4a5e None] OperationalError: (OperationalError) no such table: services u'SELECT services.deleted_at AS services_deleted_at, services.deleted AS services_deleted, services.created_at AS services_created_at, services.updated_at AS services_updated_at, services.id AS services_id, services.host AS services_host, services.binary AS services_binary, services.topic AS services_topic, services.report_count AS services_report_count, services.disabled AS services_disabled, services.disabled_reason AS services_disabled_reason \nFROM services \nWHERE services.deleted = ?' (0,)
2015-01-30 02:16:54.109 26080 TRACE nova Traceback (most recent call last):
.
.
Is this a known issue and where can it hurt. Do you have a solution? The same test on the controller ends succesfully.
Regards,
S
The text was updated successfully, but these errors were encountered:
Hi
Tried your scripts to get to know openstack. All went well except an error that occurs at the end of the compute1 node install.
snippet:
Setting up openvswitch-datapath-dkms (2.0.2-0ubuntu0.14.04.1) ...
Creating symlink /var/lib/dkms/openvswitch/2.0.2/source ->
/usr/src/openvswitch-2.0.2
DKMS: add completed.
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area....(bad exit status: 2)
./configure --with-linux='/lib/modules/3.13.0-44-generic/build' && make -C datapath/linux.......(bad exit status: 1)
Error! Bad return status for module build on kernel: 3.13.0-44-generic (x86_64)
....
and
###### Testing nova and neutron
Command failed, please check log for more info
2015-01-30 02:16:54.109 26080 CRITICAL nova [req-37b0535a-1785-4f3e-afaa-d704ddca4a5e None] OperationalError: (OperationalError) no such table: services u'SELECT services.deleted_at AS services_deleted_at, services.deleted AS services_deleted, services.created_at AS services_created_at, services.updated_at AS services_updated_at, services.id AS services_id, services.host AS services_host, services.binary AS services_binary, services.topic AS services_topic, services.report_count AS services_report_count, services.disabled AS services_disabled, services.disabled_reason AS services_disabled_reason \nFROM services \nWHERE services.deleted = ?' (0,)
2015-01-30 02:16:54.109 26080 TRACE nova Traceback (most recent call last):
.
.
Is this a known issue and where can it hurt. Do you have a solution? The same test on the controller ends succesfully.
Regards,
S
The text was updated successfully, but these errors were encountered: