Commit Graph

4 Commits

Author SHA1 Message Date
Matthew Treinish 03de9e0fc7
Ensure we use uwsgi for everything
In the pike release we migrated everything to use uwsgi. There is no
need to force everything back to eventlet. This was necessary when pike
was master because in ocata we used eventlet. We don't want to switch
deployment mechanisms in an upgrade. But now that pike is base we don't
need to have any of these since everything is consistent on both sides
of the upgrade.

Depends-On: I066f5f87ff22d7da2e3814f8c2de75f2af625d2b
Change-Id: Ib504ab21dfc5e32eb3f73f57d636981963e20520
2017-09-05 17:58:25 -04:00
Sean Dague dd010f6383 Add WSGI_MODE setting for target
This is needed because we're changing up some things in devstack, and
this ensures the pike defaults don't flip the deployment mode mid way
through an ocata upgrade.

Change-Id: I5aa1e3017365df120fa8c8ea676c63ddf99f21b4
2017-04-17 10:06:43 -04:00
Luz Cazares 148d65befd Update devstack keys from config files
Removed API_RATE_LIMIT per commit f617a2ddddf7d8f759ff3ca5d66a133b124eeb42.
Removed STACK_LOG in favor of LOGFILE as per devstack/stackrc#L845

Change-Id: I841757bd6ad4889fddcc626bed0de03731918fa5
2017-01-26 19:07:44 +00:00
Sean Dague 63f30f29eb local.conf support
This attempts to provide local.conf support by making it possible to
have local.conf files during initial processing and concattenating
them to the end of the final local.conf.

This is not fool proof, but given the limited ways that we currently
use configs in devstack-gate, it's good enough to start the
transition.

Depends-On: Ia19d64ba240adc642284e4b942f6ce12310f862b

Change-Id: I3347c0886b1c2c8c56c902f485f45fb126446451
2017-01-11 09:44:12 -05:00