Instance of Ubuntu 18 cloud image stuck in booting
Hi,
I have deployed OpenStack using Training-Lab. It is working fine but when I have started to lunch instance using image Ubuntu-18.04, it stuck at this stage. The instance remains at this stage forever.
**
[[0;32m OK [0m] Started Network Service.
Starting Network Name Resolution...
Starting Wait for Network to be Configured...
[[0;32m OK [0m] Started Network Name Resolution.
[[0;32m OK [0m] Reached target Host and Network Name Lookups.
[[0;32m OK [0m] Reached target Network.
[[0;32m OK [0m] Started Wait for Network to be Configured.
Starting Initial cloud-init job (metadata service crawler)...
[ 81.915098] cloud-init[699]: Cloud-init v. 19.2-36-g059d049c-0ubuntu2~18.04.1 running 'init' at Thu, 05 Dec 2019 07:49:50 +0000. Up 79.20 seconds.
[ 81.929831] cloud-init[699]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++
[ 81.939407] cloud-init[699]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+
[ 81.953613] cloud-init[699]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
[ 81.983351] cloud-init[699]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+
[ 81.991722] cloud-init[699]: ci-info: | ens3 | True | 172.16.1.14 | 255.255.255.0 | global | fa:16:3e:b8:73:d9 |
[ 81.999804] cloud-init[699]: ci-info: | ens3 | True | fe80::f816:3eff:feb8:73d9/64 | . | link | fa:16:3e:b8:73:d9 |
[ 82.005116] cloud-init[699]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |
[ 82.028289] cloud-init[699]: ci-info: | lo | True | ::1/128 | . | host | . |
[ 82.037036] cloud-init[699]: ci-info: +--------+------+------------------------------+---------------+--------+-------------------+
[ 82.052064] cloud-init[699]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++
[ 82.057036] cloud-init[699]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+
[ 82.063370] cloud-init[699]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
[ 82.089370] cloud-init[699]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+
[ 82.099707] cloud-init[699]: ci-info: | 0 | 0.0.0.0 | 172.16.1.1 | 0.0.0.0 | ens3 | UG |
[ 82.111509] cloud-init[699]: ci-info: | 1 | 169.254.169.254 | 172.16.1.1 | 255.255.255.255 | ens3 | UGH |
[ 82.122975] cloud-init[699]: ci-info: | 2 | 172.16.1.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |
[ 82.133212] cloud-init[699]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+
[ 82.137717] cloud-init[699]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
[ 82.153257] cloud-init[699]: ci-info: +-------+-------------+---------+-----------+-------+
[ 82.160003] cloud-init[699]: ci-info: | Route | Destination | Gateway | Interface | Flags |
[ 82.176914] cloud-init[699]: ci-info: +-------+-------------+---------+-----------+-------+
[ 82.198593] cloud-init[699]: ci-info: | 1 | fe80::/64 | :: | ens3 | U |
[ 82.213967] cloud-init[699]: ci-info: | 3 | local | :: | ens3 | U |
[ 82.226074] cloud-init[699]: ci-info: | 4 | ff00::/8 | :: | ens3 | U |
[ 82.233369] cloud-init[699]: ci-info: +-------+-------------+---------+-----------+-------+
**
Instance status is active and VM flavor consists of RAM = 8GB, VCPUs = 4 VCPU and Disk = 80GB. I downloaded cloud image from here.
I have successfully launched the instance with Ubuntu 16 image but failed to launch an instance with Ubuntu 18 for one week.
Is there any solution available for this issue?