Skip to content

Commit

Permalink
ceph-mgr: can not change prometheus port for mgr
Browse files Browse the repository at this point in the history
  • Loading branch information
elliswuuuuuuuu committed Sep 15, 2017
1 parent eee5424 commit b6ec07b
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 @@ -243,7 +243,7 @@ def index(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 b6ec07b

Please sign in to comment.