추측)
nova package를 업데이트 하면서 생긴문제로....보여짐
API 형식
2:13.1.2-0ubuntu2 --> 2:13.1.4-0ubuntu2
Before
# dpkg --list |grep nova
ii nova-api 2:13.1.2-0ubuntu2 all OpenStack Compute - API frontend
ii nova-common 2:13.1.2-0ubuntu2 all OpenStack Compute - common files
ii nova-conductor 2:13.1.2-0ubuntu2 all OpenStack Compute - conductor service
ii nova-consoleauth 2:13.1.2-0ubuntu2 all OpenStack Compute - Console Authenticator
ii nova-novncproxy 2:13.1.2-0ubuntu2 all OpenStack Compute - NoVNC proxy
ii nova-scheduler 2:13.1.2-0ubuntu2 all OpenStack Compute - virtual machine scheduler
ii python-nova 2:13.1.2-0ubuntu2 all OpenStack Compute Python libraries
ii python-novaclient 2:3.3.1-2ubuntu1 all client library for OpenStack Compute API - Python 2.7
After
# dpkg --list |grep nova
ii nova-api 2:13.1.4-0ubuntu3 all OpenStack Compute - API frontend
ii nova-common 2:13.1.4-0ubuntu3 all OpenStack Compute - common files
ii nova-conductor 2:13.1.4-0ubuntu3 all OpenStack Compute - conductor service
ii nova-consoleauth 2:13.1.4-0ubuntu3 all OpenStack Compute - Console Authenticator
ii nova-novncproxy 2:13.1.4-0ubuntu3 all OpenStack Compute - NoVNC proxy
ii nova-scheduler 2:13.1.4-0ubuntu3 all OpenStack Compute - virtual machine scheduler
ii nova-spiceproxy 2:13.1.4-0ubuntu3 all OpenStack Compute - spice html5 proxy
ii python-nova 2:13.1.4-0ubuntu3 all OpenStack Compute Python libraries
ii python-novaclient 2:3.3.1-2ubuntu1 all client library for OpenStack Compute API - Python 2.7
인스턴스와 블록디바이스 동시에 설치(block_device_mapping)하려는 통신에서 응답메세지 Invalid input for field/attribute uuid. Value: None. None is not of type 'string'
블록디바이스가 있을경우 UUID type을 기존 공백상태에서 항목자체를 제거해버림
Before
After