On Thu, Mar 6, 2014 at 9:51 AM, Craig Jellick <cjell...@godaddy.com> wrote:

>  I cannot get devstack + ldap working. I've tried on Ubuntu and CentOS
> vms and in both cases I get a similar error:
>
>  In Ubuntu:
> + ldapdelete -x -w test -D cn=Manager,dc=openstack,dc=org -H
> ldap://localhost -r dc=openstack,dc=org
> ldap_search: No such object (32)
>

This is another casualty of enabling errexit in stack.sh last week.  This
has always silently failed when that object was not present, such as on the
first run.

https://review.openstack.org/78675 fixes it for me locally, it's a one line
change to lib/ldap.

dt

-- 

Dean Troyer
dtro...@gmail.com
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to