Re: [Openstack] Switching to KVM from QEMU

2015-07-06 Thread Morales, Victor
Yes, you can. The only thing that you have to do is modify the /etc/nova/nova.conf file [libvirt] ... virt_type = kvm Enable the kvm_intel kernel module and restart the service of nova compute Regards, Victor Morales From: shine nelson mailto:radioactive.l...@gmail.com>> Date: Friday, July

Re: [Openstack] [Packstack] Install without Internet

2015-07-24 Thread Morales, Victor
As far as I know packstack uses some puppet recipes, so I’m not sure if you have to also consider those dependencies. Regards, Victor Morales From: italy1 mailto:r...@italy1.com>> Date: Thursday, July 23, 2015 at 11:13 PM To: Michael Lindner mailto:mich...@tropyx.com>>, Openstack mailto:opensta

Re: [Openstack] [Liberty] Option "driver = memcached" under [token] in keystone.conf triggers an error...

2015-10-18 Thread Morales, Victor
I have followed all the steps of manual(http://docs.openstack.org/liberty/install-guide-ubuntu/keystone-install.html) and I’m getting an weird error saying "Maximum lock attempts on _lockusertokens- occurred.”. This error disappears when I use the default option(sql) for driver in the to

Re: [Openstack] [Liberty] What happened with "glance image-create --location http://..." ?

2015-10-18 Thread Morales, Victor
Agree, it has been implemented that argument for V2(new default version) for python glance client (https://github.com/openstack/python-glanceclient/blob/master/glanceclient/ v2/shell.py#L46-L59). A workaround could be use the OS_IMAGE_API_VERSION=1 to use the --location argument of the client(https

Re: [Openstack] "There are not enough hosts available."

2016-07-28 Thread Morales, Victor
Ken, Can you take a look on the logs generated in nova-compute, maybe you’ll find a detail information about the root cause of the problem Victor Morales On 7/28/16, 2:34 PM, "Ken D'Ambrosio" wrote: >Trying to orchestrate a bunch of VMs on our ~500 core cloud, and we're >getting the "not

Re: [Openstack] [openstack-dev][neutron] Neutron firewall

2017-01-31 Thread Morales, Victor
Hey Cesar, First of all, I haven’t use Vyattas at all, but I noticed that there is neutron driver for that[1]. If you want to keep the current Vyattas deployment it’s fine, more likely you’ll need to install a neutron agent there. I’m not sure if you also need to populate the Neutron Database