summaryrefslogtreecommitdiff
path: root/doc/notification_samples/instance-interface_attach-end.json
Commit message (Collapse)AuthorAgeFilesLines
* trivial: Change name of network provided by NeutronFixtureStephen Finucane2019-10-051-2/+2
| | | | | | | | | | | We do this because most of our sample tests are currently using a fake network cache due to 'stub_compute_with_ips', and that fake cache uses the name 'private' instead of 'private-network'. When we remove that in a future change, there's going to be a lot of refactoring. Head some of that off by just using the same name. Change-Id: I6339005a0d49a6dfd376523d3f9e145a00cfc3bd Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Deduplicate instance.interface_attach samplesBalazs Gibizer2017-11-061-71/+4
| | | | | | | | This patch refactors the sample files of instance.interface_attach and interface_detach notifications to use the previously introduced common sample data. Change-Id: I74396b680f35290e32f667d2ddba227e1cbbab2f
* Add instance.interface_attach notificationElőd Illés2017-09-211-0/+107
Based on the following discussion: http://lists.openstack.org/pipermail/openstack-dev/2017-September/121978.html addFixedIp action is deprecated, so instead of transforming the instance.add_fixed_ip notification (https://review.openstack.org/#/c/332876), instance.interface_attach versioned notification is introduced. Change-Id: Id8d2c48c9c864554a917596e377d30515465fec1 Implements: bp versioned-notification-transformation-queens