Skip to content

Commit

Permalink
Merge pull request #17746 from elliswuuuuuuuu/wip-prometheus
Browse files Browse the repository at this point in the history
ceph-mgr: can not change prometheus port for mgr

Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: John Spray <john.spray@redhat.com>
  • Loading branch information
John Spray committed Oct 4, 2017
2 parents e462f6c + 6cc0338 commit e25d30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/prometheus/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def metrics(self):

cherrypy.config.update({
'server.socket_host': server_addr,
'server.socket_port': server_port,
'server.socket_port': int(server_port),
'engine.autoreload.on': False
})
cherrypy.tree.mount(Root(), "/")
Expand Down

0 comments on commit e25d30c

Please sign in to comment.