Everything else seems to be working normally. However, contrary to the documentation "nova show" does not include the OS-EXT-SRV-ATTR fields so I am not able to proceed with testing migration:
root@controller-1:~# nova show demo-instance1
+--------------------------------------+------------------------------------------------------------+
| Property | Value |
+--------------------------------------+------------------------------------------------------------+
| OS-DCF:diskConfig | MANUAL |
| OS-EXT-AZ:availability_zone | nova |
| OS-EXT-STS:power_state | 1 |
| OS-EXT-STS:task_state | - |
| OS-EXT-STS:vm_state | active |
| OS-SRV-USG:launched_at | 2015-03-06T22:44:29.000000 |
| OS-SRV-USG:terminated_at | - |
| accessIPv4 | |
| accessIPv6 | |
| config_drive | |
| created | 2015-03-06T22:44:26Z |
| demo-net network | 10.0.0.18 |
| flavor | m1.tiny (1) |
| hostId | d13fd9f15bcb8cf0b98529942f1c2c4a8754609da2c541a5acdb4df5 |
| id | 7daf18a0-7da7-4da3-85e6-d3a7f47f1fa2 |
| image | cirros-0.3.3-x86_64 (3990949b-ce24-4b03-8dfd-7a01468d37f9) |
| key_name | demo-key |
| metadata | {} |
| name | demo-instance1 |
| os-extended-volumes:volumes_attached | [] |
| progress | 0 |
| security_groups | default |
| status | ACTIVE |
| tenant_id | c5215de72f27418a96d3e6b91f2b81ea |
| updated | 2015-03-09T13:18:07Z |
| user_id | 7b6a3e31d0f047c085671b5a1eeb1162 |
+--------------------------------------+------------------------------------------------------------+
Is this just a matter of documentation being out of date? Every other command I have tried seems to work as documented.