[openstack-dev] [gnocchi] Running Gnocchi API in specific interface

Andres Alvarez andresalvarez353 at gmail.com
Thu May 18 03:14:06 UTC 2017


Hello folks

The gnocchi-api command allows running the API server usign a spefic port:

usage: gnocchi-api [-h] [--port PORT] -- [passed options]

positional arguments:
  -- [passed options]   '--' is the separator of the arguments used to start
                        the WSGI server and the arguments passed to the WSGI
                        application.

optional arguments:
  -h, --help            show this help message and exit
  --port PORT, -p PORT  TCP port to listen on (default: 8000)

I was wondering if it's possible as well to use a specific interface? (In
my case, I am working on a cloud dev environment, so I need 0.0.0.0)?

If not, would this be a welcomed change for a pull request?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170518/006df635/attachment.html>


More information about the OpenStack-dev mailing list