Hello,
I try to deploy a app int the OpenShift using this option in the admin, but
I have a error. Someone has the inside track for this operation?
The error is:
Traceback (most recent call last):
File "/home/locatto/Downloads/site-locatto/gluon/restricted.py", line 209, in
restricted
exec ccode in environment
File
"/home/locatto/Downloads/site-locatto/applications/admin/controllers/openshift.py"
<http://localhost:8000/admin/default/edit/admin/controllers/openshift.py>,
line 58, in <module>
File "/home/locatto/Downloads/site-locatto/gluon/globals.py", line 187, in
<lambda>
self._caller = lambda f: f()
File
"/home/locatto/Downloads/site-locatto/applications/admin/controllers/openshift.py"
<http://localhost:8000/admin/default/edit/admin/controllers/openshift.py>,
line 33, in deploy
index = repo.index
AttributeError: 'Repo' object has no attribute 'index'
--