Re: [Openstack] [openstack][nova] Changes-Since parameter in Nova API not working as expected

2017-06-26 Thread Jose Renato Santos
Jay I created a bug report as you suggested: https://bugs.launchpad.net/nova/+bug/1700684 Thanks for your help Best Renato -Original Message- From: Jay Pipes [mailto:jaypi...@gmail.com] Sent: Monday, June 26, 2017 2:32 PM To: Jose Renato Santos ; openstack@lists.openstack.org Subject:

Re: [Openstack] [openstack][nova] Changes-Since parameter in Nova API not working as expected

2017-06-26 Thread Kevin Benton
Keep in mind that security groups are still a property of the port, so you have to decide what to do when a server has two ports in the same security group and one of the ports is removed from that group. In that scenario the security groups of the instance haven't changed even though one of the po

Re: [Openstack] [openstack][nova] Changes-Since parameter in Nova API not working as expected

2017-06-26 Thread Jay Pipes
On 06/26/2017 02:27 PM, Jose Renato Santos wrote: Jay, Thanks for your response Let me clarify my point. I am not expecting to see a change in the updated_at column of a server when the rules of its security group changes. I agree that would be a change to be handled by the Neutron Api, and wou

Re: [Openstack] [openstack][nova] Changes-Since parameter in Nova API not working as expected

2017-06-26 Thread Jose Renato Santos
Jay, Thanks for your response Let me clarify my point. I am not expecting to see a change in the updated_at column of a server when the rules of its security group changes. I agree that would be a change to be handled by the Neutron Api, and would be too much to ask for Nova to keep track of tha

Re: [Openstack] [openstack][nova] Changes-Since parameter in Nova API not working as expected

2017-06-26 Thread Jay Pipes
On 06/26/2017 12:58 PM, Jose Renato Santos wrote: Hi 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 pa

[Openstack] [openstack][nova] Changes-Since parameter in Nova API not working as expected

2017-06-26 Thread Jose Renato Santos
Hi 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 paramete

Re: [Openstack] [heat] Heat::SoftwareDeployment not working

2017-06-26 Thread Volodymyr Litovka
Please, check whether this can be an issue - https://bugs.launchpad.net/openstack-manuals/+bug/1661759 you should use 'v2.0' path in both es2authtoken and keystone_authtoken sections of heat.conf. On 6/23/17 3:47 PM, Amit Kumar wrote: Hi All, I have installed OpenStack Mitaka using OpenStac

Re: [Openstack] [heat] Heat::SoftwareDeployment not working

2017-06-26 Thread Eugen Block
Hi, since heat is not really my strong suit I won't be able to help you there. Hopefully, someone else with more experience will help you. Regards, Eugen Zitat von Amit Kumar : Thanks Eugene and Ignazio for your replies. Please take note that Heat::SoftwareConfiguration is working perfec