Cinder provider location address
Hi all,
I am not able to mount volume to any instance.
The volume creation is ok but if i look in the cinder database the provider_location IP address is wrong. The IP is my public interface and so VM cannot mount volume using it !
mysql> select provider_location from volumes;
+-------------------------------------------------------------------------+
| provider_location |
+-------------------------------------------------------------------------+ |
| PublicInterfaceAddress:3260,2 iqn.2010-10.org.openstack:volume-4ce92bae-4f33-4114-a669-fc0fa296718c 1 |
Everytime i create a new volume i got this Public Interface Address.
I look around and can't see any configuration files where we should specify the address.
Any advice ?