magnum-api fails in Docker by not finding its config file
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Magnum |
Fix Released
|
Low
|
Spyros Trigazis | ||
Bug Description
Following instruction in Dockerfile provided in the repo :
docker build -t magnum:latest .
docker run --name magnum -p 127.0.0.1:9511:9511 -d magnum:latest
the run fails :
2016-08-26 09:04:05.537 5 WARNING oslo_reports.
2016-08-26 09:04:05.540 5 CRITICAL magnum [-] ConfigFilesNotF
2016-08-26 09:04:05.540 5 ERROR magnum Traceback (most recent call last):
2016-08-26 09:04:05.540 5 ERROR magnum File "/usr/local/
2016-08-26 09:04:05.540 5 ERROR magnum sys.exit(main())
2016-08-26 09:04:05.540 5 ERROR magnum File "/usr/local/
2016-08-26 09:04:05.540 5 ERROR magnum app = api_app.load_app()
2016-08-26 09:04:05.540 5 ERROR magnum File "/usr/local/
2016-08-26 09:04:05.540 5 ERROR magnum raise cfg.ConfigFiles
2016-08-26 09:04:05.540 5 ERROR magnum ConfigFilesNotF
2016-08-26 09:04:05.540 5 ERROR magnum
It seems the issue has been reported in #1594369 to update the documentation but the Dockerfile has not been updated yet.
| Changed in magnum: | |
| importance: | Undecided → Low |
| Changed in magnum: | |
| assignee: | Jerome Caffet (jcaffet) → Spyros Trigazis (strigazi) |
Fix proposed to branch: master /review. openstack. org/361124
Review: https:/