source('F:/works.sinorail/operationlog/code/function.R')
a<-read.csv("G:/ztx/T2works/log/novashow.csv")
paste0(a$Property," | ",a$Value)## [1] "OS-DCF:diskConfig | AUTO "
## [2] "OS-EXT-AZ:availability_zone | xkjtest "
## [3] "OS-EXT-SRV-ATTR:instance_name | instance-00000b47"
## [4] "OS-EXT-STS:power_state | 0"
## [5] "OS-EXT-STS:vm_state | error"
## [6] "created | 2019-03-11T07:04:47Z "
## [7] "fault | {\"message\": \"Build of instance 71e57a77-729f-4613-9e97-b4f63f9028d7 was re-scheduled: Binding failed for port 0468e30a-15cb-47f5-b8f6-3be344d053b9, please check neutron logs for more information.\", \"code\": 500, \"details\": \" File \\\"/usr/lib/python2.7/site-packages/nova/compute/manager.py\\\", line 1937, in _do_build_and_run_instance"
## [8] "flavor | mini (100000000)"
## [9] "id | 71e57a77-729f-4613-9e97-b4f63f9028d7 "
## [10] "image | cirros (ad5af451-9bd2-47a8-8cde-50934b0d3bdf)"
## [11] "metadata | {\"hypervisor_type\": \"qemu\", \"image_min_ram\": \"0\", \"admin_user\": \"root\", \"image_min_disk\": \"1\", \"admin_pass\": \"!QADSAdsad\"}"
## [12] "name | testxxxxxx"
## [13] "os_type | linux"
## [14] "status | ERROR"
## [15] "tenant_id | c5a56983ad334846acf1b89d9fd01b4d"
## [16] "updated | 2019-03-11T07:05:00Z"
## [17] "user_id | 24d2188097bd4ac1a1c9b3ce2198d892"