During grizzly days, I used to enforce it through cinder.conf:

iscsi_ip_address=192.168.125.142

However, am not seeing this being picked up in Havana release. It picks up 
randomly either 127.0.0.1 or public IP on the node. Am I missing anything here?

Here is my cinder.conf:

[DEFAULT]
logdir = /var/log/cinder
state_path = /var/lib/cinder
lock_path = /var/lib/cinder/tmp
volumes_dir = /etc/cinder/volumes
iscsi_helper = tgtadm
#sql_connection = mysql://cinder:cinder@localhost/cinder
sql_connection = postgresql://dbuser:[email protected]:5432/cinder
#rpc_backend = cinder.openstack.common.rpc.impl_qpid
rpc_backend = cinder.openstack.common.rpc.impl_kombu
rabbit_host=192.168.123.140
rabbit_port=5672
iscsi_ip_address=192.168.125.142
rootwrap_config = /etc/cinder/rootwrap.conf
api_paste_config = /etc/cinder/api-paste.ini
enabled_backends=lvmdriver-3par,lvmdriver-netapp
auth_strategy = keystone
scheduler_driver=cinder.scheduler.filter_scheduler.FilterScheduler

[lvmdriver-3par]
volume_group=cinder-volumes-3par
volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver
volume_backend_name=LVM_3par

[lvmdriver-netapp]
volume_group=cinder-volumes-netapp
volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver
volume_backend_name=LVM_netapp
~



_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to