Activity log for bug #1699700

Date Who What changed Old value New value Message
2017-06-22 07:51:03 Jianghua Wang bug added bug
2017-06-22 08:11:21 Bob Ball summary XenAPI: can't reject admin passwd XenAPI: can't inject admin passwd
2017-06-22 08:12:03 Bob Ball description The admin passwd is not rejected into metadata: stack@DevStackOSDomU:~$ nova boot --image cirros-0.3.5-x86_64-disk --nic net-id=60f82bcc-dfed-4825-8832-4a9331e2df2c --flavor 1 --admin-pass admin testVM # the pass is not set and the specified admin passwd is not included in metadata. $ hostname testvm $ wget http://169.254.169.254/openstack/latest/meta_data.json Connecting to 169.254.169.254 (169.254.169.254:80) meta_data.json 100% |***************************************************************************************************| 914 0:00:00 ETA $ grep admin meta_data.json The admin passwd is not injected into metadata for Windows VMs, meaning cloud-init cannot set the password. stack@DevStackOSDomU:~$ nova boot --image cirros-0.3.5-x86_64-disk --nic net-id=60f82bcc-dfed-4825-8832-4a9331e2df2c --flavor 1 --admin-pass admin testVM # the pass is not set and the specified admin passwd is not included in metadata. $ hostname testvm $ wget http://169.254.169.254/openstack/latest/meta_data.json Connecting to 169.254.169.254 (169.254.169.254:80) meta_data.json 100% |***************************************************************************************************| 914 0:00:00 ETA $ grep admin meta_data.json
2017-06-22 08:12:11 Bob Ball tags xenserver
2017-06-22 08:12:19 Bob Ball bug added subscriber Bob Ball
2017-06-22 10:07:50 Jianghua Wang nova: assignee Jianghua Wang (wjh-fresh)
2017-06-23 16:59:42 Sean Dague nova: assignee Jianghua Wang (wjh-fresh)
2017-06-26 07:41:23 Jianghua Wang nova: status New Invalid