zun-api uses apache to launch processes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Undecided
|
Eduardo Gonzalez |
Bug Description
After zun deployed with kolla-ansible zun_api container keeps restarting due missing /etc/zun/
This file is present at /zun/etc/
Also, zun-api makes use of wsgi to launch processes.
Zun image lacks of configuration for apache.
Zun images need root privs, api for apache and compute to connect with docker.
2017-04-12 14:52:05.519 5 CRITICAL zun [-] ConfigFilesNotF
2017-04-12 14:52:05.519 5 ERROR zun Traceback (most recent call last):
2017-04-12 14:52:05.519 5 ERROR zun File "/var/lib/
2017-04-12 14:52:05.519 5 ERROR zun sys.exit(main())
2017-04-12 14:52:05.519 5 ERROR zun File "/var/lib/
2017-04-12 14:52:05.519 5 ERROR zun CONF.api.
2017-04-12 14:52:05.519 5 ERROR zun File "/var/lib/
2017-04-12 14:52:05.519 5 ERROR zun self.app = app.load_app()
2017-04-12 14:52:05.519 5 ERROR zun File "/var/lib/
2017-04-12 14:52:05.519 5 ERROR zun raise cfg.ConfigFiles
2017-04-12 14:52:05.519 5 ERROR zun ConfigFilesNotF
Changed in kolla: | |
assignee: | nobody → Eduardo Gonzalez (egonzalez90) |
status: | New → In Progress |
milestone: | none → pike-1 |
summary: |
- zun-api keeps restarting due missing api-paste.ini file + zun-api uses apache to launch processes |
description: | updated |
description: | updated |
Fix proposed to branch: master /review. openstack. org/456251
Review: https:/