First time here? Check out the FAQ!
![]() | 1 | initial version |
This is fixed by replacing port 8000 with 8042 in /usr/bin/aodh-api and restart aodh-api service.
parser.add_argument('--port', '-p', type=int, default=8042,
help='TCP port to listen on')