Activity log for bug #1700684

Date Who What changed Old value New value Message
2017-06-27 03:07:04 Jose Santos bug added bug
2017-06-27 12:23:30 Jay Pipes description I am accessing the nova api using the gophercloud SDK https://github.com/rackspace/gophercloud I am running Openstack Newton installed with Openstack Ansible I am accessing the “List Servers” call of the nova Api with the Changes-Since parameters for efficient polling https://developer.openstack.org/api-guide/compute/polling_changes-since_parameter.html However, the API is not working as expected. When I stop or start a server instance, the API successfully detects the change in the server state and returns the server in the next call to ListServers with the Changes-Since parameter, as expected. However when I attach a new security group to the server, the API does not detect and does not return the server in the next call to ListServers with the Changes-Since parameter. Jay Pikes made a comment on a post I submited to the openstack@lists.openstack.org list, saying this is caused because changes to which security groups are attached to a server instance do not set the "updated_at" field of the server instance. I consider this a bug. When querying the nova API using ListServer, the returned fields include the list of security groups attached to the server instances. Therefore the list of security group attached to an instance is part of the properties of the server instance. If that changes (attaching or detaching a security group) then the updated_at field should be updated to reflect a change in the properties of the server instance. T I am accessing the nova api using the gophercloud SDK https://github.com/rackspace/gophercloud I am running Openstack Newton installed with Openstack Ansible I am accessing the “List Servers” call of the nova Api with the Changes-Since parameters for efficient polling https://developer.openstack.org/api-guide/compute/polling_changes-since_parameter.html However, the API is not working as expected. When I stop or start a server instance, the API successfully detects the change in the server state and returns the server in the next call to ListServers with the Changes-Since parameter, as expected. However when I attach a new security group to the server, the API does not detect and does not return the server in the next call to ListServers with the Changes-Since parameter. Jay Pipes made a comment on a post I submited to the openstack@lists.openstack.org list, saying this is caused because changes to which security groups are attached to a server instance do not set the "updated_at" field of the server instance. I consider this a bug. When querying the nova API using ListServer, the returned fields include the list of security groups attached to the server instances. Therefore the list of security group attached to an instance is part of the properties of the server instance. If that changes (attaching or detaching a security group) then the updated_at field should be updated to reflect a change in the properties of the server instance. T
2017-06-27 12:23:56 Jay Pipes summary Updated_at field on server not changed for list of attached security groups Updated_at field on server not changed when associated security groups changes
2017-06-27 12:24:13 Jay Pipes nova: importance Undecided Medium
2017-06-27 12:24:17 Jay Pipes nova: status New Confirmed
2017-06-27 16:05:09 Sean Dague tags openstack-version.newton
2017-12-25 07:44:45 Omar Muhtaseb nova: assignee Omar Muhtaseb (omarm)
2017-12-25 12:28:43 Omar Muhtaseb nova: assignee Omar Muhtaseb (omarm)
2018-07-25 09:52:21 Vishakha Agarwal nova: assignee Vishakha Agarwal (vishakha.agarwal)
2018-07-27 06:08:49 OpenStack Infra nova: status Confirmed In Progress