diff --git a/multi-node-aio/README.rst b/multi-node-aio/README.rst index 3709e8fc..f93e6f30 100644 --- a/multi-node-aio/README.rst +++ b/multi-node-aio/README.rst @@ -123,7 +123,7 @@ Instruct the VM to use the selected image, eg. ubuntu-16.04-amd64: ``DEFAULT_IMAGE=${DEFAULT_IMAGE:-ubuntu-16.04-amd64}`` Instruct the VM to use the selected kernel meta package, eg. linux-generic: - ``DEFAULT_KERNEL=${DEFAULT_KERNEL:-linux-generic}`` + ``DEFAULT_KERNEL=${DEFAULT_KERNEL:-linux-image-generic}`` Set the OSA branch for this script to deploy: ``OSA_BRANCH=${OSA_BRANCH:-master}`` diff --git a/multi-node-aio/build.sh b/multi-node-aio/build.sh index d1231ef3..76624f8d 100755 --- a/multi-node-aio/build.sh +++ b/multi-node-aio/build.sh @@ -40,6 +40,6 @@ ansible-playbook -vv \ -e pre_config_osa=${PRE_CONFIG_OSA:-"true"} \ -e configure_openstack=${CONFIGURE_OPENSTACK:-"true"} \ -e config_prerouting=${CONFIG_PREROUTING:-"false"} \ - -e default_ubuntu_kernel=${DEFAULT_KERNEL:-"linux-generic"} \ + -e default_ubuntu_kernel=${DEFAULT_KERNEL:-"linux-image-generic"} \ --force-handlers \ playbooks/site.yml