Replace DOS line ending with UNIX

Some of the notification sample files had DOS line endings.

Change-Id: If1a120fc782a144966d41e0c3b2e0859bbffcb44
This commit is contained in:
Balazs Gibizer
2016-07-08 09:21:15 +02:00
parent f88c9ab63c
commit 9fafcc7883
2 changed files with 124 additions and 124 deletions

View File

@@ -1,62 +1,62 @@
{ {
"event_type":"instance.shelve.end", "event_type":"instance.shelve.end",
"payload":{ "payload":{
"nova_object.data":{ "nova_object.data":{
"architecture":"x86_64", "architecture":"x86_64",
"availability_zone":null, "availability_zone":null,
"created_at":"2012-10-29T13:42:11Z", "created_at":"2012-10-29T13:42:11Z",
"deleted_at":null, "deleted_at":null,
"display_name":"some-server", "display_name":"some-server",
"fault":null, "fault":null,
"host":"compute", "host":"compute",
"host_name":"some-server", "host_name":"some-server",
"ip_addresses": [{ "ip_addresses": [{
"nova_object.name": "IpPayload", "nova_object.name": "IpPayload",
"nova_object.namespace": "nova", "nova_object.namespace": "nova",
"nova_object.version": "1.0", "nova_object.version": "1.0",
"nova_object.data": { "nova_object.data": {
"mac": "fa:16:3e:4c:2c:30", "mac": "fa:16:3e:4c:2c:30",
"address": "192.168.1.3", "address": "192.168.1.3",
"port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442",
"meta": {}, "meta": {},
"version": 4, "version": 4,
"label": "private-network", "label": "private-network",
"device_name": "tapce531f90-19" "device_name": "tapce531f90-19"
} }
}], }],
"kernel_id":"", "kernel_id":"",
"launched_at":"2012-10-29T13:42:11Z", "launched_at":"2012-10-29T13:42:11Z",
"image_uuid": "155d900f-4e14-4e4c-a73d-069cbf4541e6", "image_uuid": "155d900f-4e14-4e4c-a73d-069cbf4541e6",
"metadata":{}, "metadata":{},
"node":"fake-mini", "node":"fake-mini",
"os_type":null, "os_type":null,
"progress":0, "progress":0,
"ramdisk_id":"", "ramdisk_id":"",
"reservation_id":"r-npxv0e40", "reservation_id":"r-npxv0e40",
"state":"shelved", "state":"shelved",
"task_state":null, "task_state":null,
"power_state":"running", "power_state":"running",
"tenant_id":"6f70656e737461636b20342065766572", "tenant_id":"6f70656e737461636b20342065766572",
"terminated_at":null, "terminated_at":null,
"flavor": { "flavor": {
"nova_object.name": "FlavorPayload", "nova_object.name": "FlavorPayload",
"nova_object.data": { "nova_object.data": {
"flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3",
"root_gb": 1, "root_gb": 1,
"vcpus": 1, "vcpus": 1,
"ephemeral_gb": 0, "ephemeral_gb": 0,
"memory_mb": 512 "memory_mb": 512
}, },
"nova_object.version": "1.0", "nova_object.version": "1.0",
"nova_object.namespace": "nova" "nova_object.namespace": "nova"
}, },
"user_id":"fake", "user_id":"fake",
"uuid":"178b0921-8f85-4257-88b6-2e743b5a975c" "uuid":"178b0921-8f85-4257-88b6-2e743b5a975c"
}, },
"nova_object.name":"InstanceActionPayload", "nova_object.name":"InstanceActionPayload",
"nova_object.namespace":"nova", "nova_object.namespace":"nova",
"nova_object.version":"1.0" "nova_object.version":"1.0"
}, },
"priority":"INFO", "priority":"INFO",
"publisher_id":"nova-compute:compute" "publisher_id":"nova-compute:compute"
} }

View File

@@ -1,62 +1,62 @@
{ {
"event_type":"instance.shelve.start", "event_type":"instance.shelve.start",
"payload":{ "payload":{
"nova_object.data":{ "nova_object.data":{
"architecture":"x86_64", "architecture":"x86_64",
"availability_zone":null, "availability_zone":null,
"created_at":"2012-10-29T13:42:11Z", "created_at":"2012-10-29T13:42:11Z",
"deleted_at":null, "deleted_at":null,
"display_name":"some-server", "display_name":"some-server",
"fault":null, "fault":null,
"host":"compute", "host":"compute",
"host_name":"some-server", "host_name":"some-server",
"ip_addresses": [{ "ip_addresses": [{
"nova_object.name": "IpPayload", "nova_object.name": "IpPayload",
"nova_object.namespace": "nova", "nova_object.namespace": "nova",
"nova_object.version": "1.0", "nova_object.version": "1.0",
"nova_object.data": { "nova_object.data": {
"mac": "fa:16:3e:4c:2c:30", "mac": "fa:16:3e:4c:2c:30",
"address": "192.168.1.3", "address": "192.168.1.3",
"port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442",
"meta": {}, "meta": {},
"version": 4, "version": 4,
"label": "private-network", "label": "private-network",
"device_name": "tapce531f90-19" "device_name": "tapce531f90-19"
} }
}], }],
"kernel_id":"", "kernel_id":"",
"launched_at":"2012-10-29T13:42:11Z", "launched_at":"2012-10-29T13:42:11Z",
"image_uuid": "155d900f-4e14-4e4c-a73d-069cbf4541e6", "image_uuid": "155d900f-4e14-4e4c-a73d-069cbf4541e6",
"metadata":{}, "metadata":{},
"node":"fake-mini", "node":"fake-mini",
"os_type":null, "os_type":null,
"progress":0, "progress":0,
"ramdisk_id":"", "ramdisk_id":"",
"reservation_id":"r-npxv0e40", "reservation_id":"r-npxv0e40",
"state":"active", "state":"active",
"task_state":"shelving", "task_state":"shelving",
"power_state":"running", "power_state":"running",
"tenant_id":"6f70656e737461636b20342065766572", "tenant_id":"6f70656e737461636b20342065766572",
"terminated_at":null, "terminated_at":null,
"flavor": { "flavor": {
"nova_object.name": "FlavorPayload", "nova_object.name": "FlavorPayload",
"nova_object.data": { "nova_object.data": {
"flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3",
"root_gb": 1, "root_gb": 1,
"vcpus": 1, "vcpus": 1,
"ephemeral_gb": 0, "ephemeral_gb": 0,
"memory_mb": 512 "memory_mb": 512
}, },
"nova_object.version": "1.0", "nova_object.version": "1.0",
"nova_object.namespace": "nova" "nova_object.namespace": "nova"
}, },
"user_id":"fake", "user_id":"fake",
"uuid":"178b0921-8f85-4257-88b6-2e743b5a975c" "uuid":"178b0921-8f85-4257-88b6-2e743b5a975c"
}, },
"nova_object.name":"InstanceActionPayload", "nova_object.name":"InstanceActionPayload",
"nova_object.namespace":"nova", "nova_object.namespace":"nova",
"nova_object.version":"1.0" "nova_object.version":"1.0"
}, },
"priority":"INFO", "priority":"INFO",
"publisher_id":"nova-compute:compute" "publisher_id":"nova-compute:compute"
} }