Re: [Openstack] Openstack live migration and multiple interfaces / fqdn

2015-07-02 Thread Aviolat Romain
Hi Gustavo, Yes we already tried to play with the live_migration_uri variable, the problem is that we use FQDNs as our hypervisors hostnames (it's related to lldp and networking stuffs). So as the %s will give me the hypervisor FQDN it will looks like: live_migration_uri=qemu+tcp://compute0.my

Re: [Openstack] Openstack live migration and multiple interfaces / fqdn

2015-07-02 Thread gustavo panizzo (gfa)
why don't you fix it with your configuration management? You could patch nova but I think is far more easy to tell puppet/cheff/salt to set live_migration_uri the way you want my 0.02 $ On 2015-07-02 14:57, Aviolat Romain wrote: Hi Gustavo, Yes we already tried to play with the live_migrati

Re: [Openstack] Openstack live migration and multiple interfaces / fqdn

2015-07-02 Thread Aviolat Romain
Gustavo, As I understand the live_migration_uri variable must not reflect the hostname of the compute-node itself, but it's the URL that the source compute-node must construct for the destination compute-node were the VM will be migrated. So setting the hostname of the hypervisor inside this va

[Openstack] Problem with dashboard authentication

2015-07-02 Thread Daniel Ruiz Molina
Hello, I'm trying to configure a "Kilo" server (CentOS 7.x) reading, step-by-step, the PDF manual. However, after installing and configuring dashboard, I can't connect with browser. Log files say: /var/log/httpd/keystone-error.log: [...] 2015-07-02 07:

Re: [Openstack] Problem with dashboard authentication

2015-07-02 Thread Vijay Kakkar
Hi Daniel, Can you attach the /var/log/horizon/horizon.log ? Please ensure in /etc/openstack-dashboard/local_settings ALLOWED_HOSTS = ['your horizon address', ] or ALLOWED_HOSTS = ['*', ] restart httpd once you make changes in above file. On Thu, Jul 2, 2015 at 5:16 PM, Daniel Ruiz Molina wrote

Re: [Openstack] [devstack][keystone][nova][glance][heat] error met when dealing with requirements files

2015-07-02 Thread Steve Heyman
Ken, can you clarify what you did? I have the same issue in my local dev environment for barbican. I had keystonemidleware 1.6.1, pbr 1.1.1 After the update to requirements.txt I get the same failure: ValueError: ("Expected ',' or end-of-list in", "python-ldap>=2.4;python_version=='2.7'", 'at

Re: [Openstack] Problem with dashboard authentication

2015-07-02 Thread Daniel Ruiz Molina
In my system there is not /var/log/horizon/horizon.log file, maybe because of openstack-keystone daemon is not running due to httpd daemon is running and authenticating =-O My /var/log/horizon/horizon.log file: [...] ALLOWED_HOSTS = ['*'] [...]