Problem to load consoles with Kilo [DevStack]
Hi everyone!
I am using stable/kilo branch of devstack and when I create some instance I do not get access to the console of VM.
In Ubuntu 14.04 I have run:
git clone https://git.openstack.org/openstack-dev/devstack (https://git.openstack.org/openstack-d...)
git checkout stable/kilo
local.conf:
[[local|localrc]] ADMIN_PASSWORD=password MYSQL_PASSWORD=$ADMIN_PASSWORD RABBIT_PASSWORD=$ADMIN_PASSWORD SERVICE_PASSWORD=$ADMIN_PASSWORD SERVICE_TOKEN=tokentoken disable_service n-net enable_service q-svc enable_service q-agt enable_service q-dhcp enable_service q-l3 enable_service q-meta
And ./stack.sh
When stack.sh has finished, I can see the network topology of demo project correctly with public network and private network. Then, when I launch the instance, I can see that the status is active and with the logs that is running, but when I want to load the console I can't get it. http://imgspice.com/9npcg534jf2q/Captura_de_pantalla_de_2015-05-12_19:34:12.png.html (Image1)
Futrthermore, the network topology takes too long to load http://imgspice.com/evqfd0xkkez8/Captura_de_pantalla_de_2015-05-12_18:17:01.png.html (Image2)
I can check that the instances are running:
vnx@ctrlnet-cmp1:~/devstack$ virsh list
Id Name State
3 instance-00000002 running
4 instance-00000004 running
5 instance-00000006 running
But, when I try to load the console of some instance I have the same problem:
vnx@ctrlnet-cmp1:~/devstack$ sudo virsh console 3
Connected to domain instance-00000002
Escape character is ^]
error: internal error: character device <null> is not using a PTY
Does anyone have the same problem?
Thanks in advance.