Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnocchi-api does not work with packaged uwsgi #478

Closed
jd opened this issue Nov 10, 2017 · 1 comment
Closed

gnocchi-api does not work with packaged uwsgi #478

jd opened this issue Nov 10, 2017 · 1 comment
Assignees
Labels

Comments

@jd
Copy link
Member

jd commented Nov 10, 2017

gnocchi-api does not work with uwsgi provided by Ubuntu and probably other distros. On this OS it is built dynamically with modules that are not loaded by default (e.g. http, python…).

We should be able to detect that and load uwsgi with the right options to make it work.

@jd jd added the bug label Nov 10, 2017
@Asu4ni
Copy link
Contributor

Asu4ni commented Nov 15, 2017

Yes, I encountered the same problems on ubuntu 16.04 as well. So I used pip to install uwsgi at the end.

@sileht sileht self-assigned this Nov 15, 2017
sileht pushed a commit to sileht/gnocchi that referenced this issue Nov 15, 2017
Some distro build uwsgi with dynamic plugins.

This change makes our cli working with and without uwsgi dynamic
plugins.

Closes gnocchixyz#478
ghost pushed a commit that referenced this issue Nov 15, 2017
Some distro build uwsgi with dynamic plugins.

This change makes our cli working with and without uwsgi dynamic
plugins.

Closes #478
sileht pushed a commit to sileht/gnocchi that referenced this issue Nov 22, 2017
Some distro build uwsgi with dynamic plugins.

This change makes our cli working with and without uwsgi dynamic
plugins.

Closes gnocchixyz#478

(cherry picked from commit 032e8b1)
ghost pushed a commit that referenced this issue Nov 22, 2017
Some distro build uwsgi with dynamic plugins.

This change makes our cli working with and without uwsgi dynamic
plugins.

Closes #478

(cherry picked from commit 032e8b1)
@jd jd closed this as completed Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants