Remove unused ldap_id

ldap_id is not used at any places and default_data.json doesn't
contain it for user information. So let's remove it for the cleanup.

Change-Id: Ic4a27a6bd882ae6fd700a85c0661c2b2407bad88
This commit is contained in:
Ken'ichi Ohmichi
2017-06-13 13:54:10 -07:00
parent bc34e01d29
commit 8eaad691a7
5 changed files with 4 additions and 20 deletions

View File

@@ -41,9 +41,6 @@
{%if zanata_id %}
<div>Zanata: <a href="https://translate.openstack.org/profile/view/${zanata_id}" target="_blank">${zanata_id}</a></div>
{%/if%}
{%if ldap_id %}
<div>LDAP: ${ldap_id}</div>
{%/if%}
{%if core %}
<div>Core in:
{%each( index, value ) core %}