<div dir="ltr"><div><div><div><div><div>Hello All, <br></div>I am trying to configure ocata with gnocchi on a cluster environment on centos 7 controllers.<br></div>If I not modify /usr/lib/systemd/system/openstack-gnocchi-api.service, gnocchi<br></div>try to bind on port 8000.<br></div>If I want to bind on port 8041 I must modify /usr/lib/systemd/system/openstack-gnocchi-api.service, gnocchi as follows:<br>[Unit]<br>Description=OpenStack ceilometer API service<br>After=syslog.target network.target<br><br>[Service]<br>Type=simple<br>User=gnocchi<br>ExecStart=/usr/bin/gnocchi-api --port 8041 -- --logfile /var/log/gnocchi/api.log<br>Restart=on-failure<br><br>[Install]<br>WantedBy=multi-user.target<br></div><div><br></div><div>Anycase it listens on all server interfaces while I want it only on one interface (internal api or management interface).<br></div><div> <br></div><div>I tryed to modify /etc/gnocchi/gnocchi.conf as follows:<br><br></div><div>[api]<br></div><div>port = 8041<br>host = myadress<br><br></div><div>but it does non work.<br></div><div><br></div><div>Anyone could help me, please ?<br></div><div>Regards<br></div><div>Ignazio<br></div></div>