cleaned config files
This commit is contained in:
parent
9ecd370cf9
commit
db5cfed1fe
@ -19,7 +19,7 @@ Listen 1288
|
||||
<VirtualHost *:1288>
|
||||
WSGIDaemonProcess iotronic
|
||||
#user=root group=root threads=10 display-name=%{GROUP}
|
||||
WSGIScriptAlias / /etc/iotronic/app.wsgi
|
||||
WSGIScriptAlias / /var/www/cgi-bin/iotronic/app.wsgi
|
||||
|
||||
#SetEnv APACHE_RUN_USER stack
|
||||
#SetEnv APACHE_RUN_GROUP stack
|
||||
|
@ -1,5 +1,6 @@
|
||||
[DEFAULT]
|
||||
transport_url=rabbit://root:0penstack@iotctrl:5672/
|
||||
transport_url=rabbit://openstack:0penstack!@localhost:5672/
|
||||
|
||||
debug=True
|
||||
verbose=False
|
||||
|
||||
|
@ -13,17 +13,11 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
'''
|
||||
from iotronic.api import app
|
||||
from iotronic.common import service
|
||||
|
||||
from oslo import i18n
|
||||
#from oslo_config import cfg
|
||||
#cfg.CONF(project='iotronic')
|
||||
|
||||
|
||||
i18n.install('iotronic')
|
||||
service.prepare_service([])
|
||||
|
||||
application = app.VersionSelectorApplication()
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user