Devstack installation issue: unknown error (http 500)
Trying to install Devstack on CentOS 7, got the error
- 2017-12-20 19:02:07.990 | +./stack.sh:main:1304 create_flavors
- 2017-12-20 19:02:08.020 | +lib/nova:create_flavors:1036 is_service_enabled n-api
- 2017-12-20 19:02:08.176 | +functions-common:is_service_enabled:1908 return 0
- 2017-12-20 19:02:08.205 | +lib/nova:create_flavors:1037 openstack --os-region-name=RegionOne flavor list
- 2017-12-20 19:02:08.207 | +lib/nova:create_flavors:1037 grep -q ds512M
- 2017-12-20 19:02:25.605 | Unknown Error (HTTP 500)
- 2017-12-20 19:02:27.371 | +lib/nova:create_flavors:1039 openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 0 --vcpus 1 cirros256
- 2017-12-20 19:02:40.887 | Unknown Error (HTTP 500)
- 2017-12-20 19:02:42.570 | +lib/nova:create_flavors:1 exit_trap
I've checked the log files, and it gave the same thing.
Any idea? Thanks in advance!
Did you check the Nova logs? By default, you should see them with
sudo journalctl -u devstack@n-*
.This is most likely not the root error. Something failed earlier, and Nova is not working correctly as a result.