Activity log for bug #1325407

Date Who What changed Old value New value Message
2014-06-01 18:54:14 Daryl Walleck bug added bug
2014-06-01 18:54:51 Daryl Walleck description While a server builds, there is a "progress" field returned by the Nova API for a server that represents where a server is in the build process. When using the Ironic Nova driver, the field never appears to always be 0, even when the server has finished provisioning. {"server": {"status": "ACTIVE", "updated": "2014-06-01T18:51:06Z", "hostId": "4236ef971998a96ef309ee5a3a97211e9d21e0077b174c4fc59beb3f", "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "52:54:00:7e:dd:eb", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://127.0.0.1:8774/v2/8c2f171adffa41e1bd8a920478d51722/servers/adb8ea9e-45bd-447c-9768-39f429bd6a69", "rel": "self"}, {"href": "http://127.0.0.1:8774/8c2f171adffa41e1bd8a920478d51722/servers/adb8ea9e-45bd-447c-9768-39f429bd6a69", "rel": "bookmark"}], "key_name": "default", "image": {"id": "1e440969-4723-4ba1-81e4-04f1c4ba7972", "links": [{"href": "http://127.0.0.1:8774/8c2f171adffa41e1bd8a920478d51722/images/1e440969-4723-4ba1-81e4-04f1c4ba7972", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2014-06-01T18:51:06.000000", "flavor": {"id": "2a2718b6-c563-44d2-9f76-ea7a549045b6", "links": [{"href": "http://127.0.0.1:8774/8c2f171adffa41e1bd8a920478d51722/flavors/2a2718b6-c563-44d2-9f76-ea7a549045b6", "rel": "bookmark"}]}, "id": "adb8ea9e-45bd-447c-9768-39f429bd6a69", "security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null, "OS-EXT-AZ:availability_zone": "nova", "user_id": "d426dbb68bff4087adc74695a06502ac", "name": "testing", "created": "2014-06-01T18:49:29Z", "tenant_id": "8c2f171adffa41e1bd8a920478d51722", "OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [], "accessIPv4": "", "accessIPv6": "", **"progress": 0**, "OS-EXT-STS:power_state": 1, "config_drive": "", "metadata": {}}} While a server builds, there is a "progress" field returned by the Nova API for a server that represents where a server is in the build process. When using the Ironic Nova driver, the field never appears to always be 0, even when the server has finished provisioning. {"server": {"status": "ACTIVE", "updated": "2014-06-01T18:51:06Z", "hostId": "4236ef971998a96ef309ee5a3a97211e9d21e0077b174c4fc59beb3f", "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "52:54:00:7e:dd:eb", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://127.0.0.1:8774/v2/8c2f171adffa41e1bd8a920478d51722/servers/adb8ea9e-45bd-447c-9768-39f429bd6a69", "rel": "self"}, {"href": "http://127.0.0.1:8774/8c2f171adffa41e1bd8a920478d51722/servers/adb8ea9e-45bd-447c-9768-39f429bd6a69", "rel": "bookmark"}], "key_name": "default", "image": {"id": "1e440969-4723-4ba1-81e4-04f1c4ba7972", "links": [{"href": "http://127.0.0.1:8774/8c2f171adffa41e1bd8a920478d51722/images/1e440969-4723-4ba1-81e4-04f1c4ba7972", "rel": "bookmark"}]}, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2014-06-01T18:51:06.000000", "flavor": {"id": "2a2718b6-c563-44d2-9f76-ea7a549045b6", "links": [{"href": "http://127.0.0.1:8774/8c2f171adffa41e1bd8a920478d51722/flavors/2a2718b6-c563-44d2-9f76-ea7a549045b6", "rel": "bookmark"}]}, "id": "adb8ea9e-45bd-447c-9768-39f429bd6a69", "security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null, "OS-EXT-AZ:availability_zone": "nova", "user_id": "d426dbb68bff4087adc74695a06502ac", "name": "testing", "created": "2014-06-01T18:49:29Z", "tenant_id": "8c2f171adffa41e1bd8a920478d51722", "OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [], "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "config_drive": "", "metadata": {}}}
2014-06-04 11:52:19 Dmitry Tantsur ironic: status New Triaged
2014-06-04 11:52:24 Dmitry Tantsur ironic: importance Undecided Low
2016-09-12 19:45:45 Ruby Loo bug added subscriber Ruby Loo
2017-11-15 14:20:46 Ruby Loo ironic: status Triaged Won't Fix