Thanks guys! Fixed my problem on Ubuntu, but CentOS still blew up. I'll investigate CentOS some more to see if there are any other underlying issues. Could simply be that my CentOS devstack vm is jacked up from me trying different things to fix the issue.
/Craig J From: Brad Topol <[email protected]<mailto:[email protected]>> Date: Thursday, March 6, 2014 10:53 AM To: Dean Troyer <[email protected]<mailto:[email protected]>> Cc: Craig Jellick <[email protected]<mailto:[email protected]>>, "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: [Openstack] devstack + ldap Nice fix Dean!!! Thanks, Brad Brad Topol, Ph.D. IBM Distinguished Engineer OpenStack (919) 543-0646 Internet: [email protected]<mailto:[email protected]> Assistant: Kendra Witherspoon (919) 254-0680 From: Dean Troyer <[email protected]<mailto:[email protected]>> To: Craig Jellick <[email protected]<mailto:[email protected]>> Cc: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: 03/06/2014 12:35 PM Subject: Re: [Openstack] devstack + ldap ________________________________ On Thu, Mar 6, 2014 at 9:51 AM, Craig Jellick <[email protected]<mailto:[email protected]>> 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 [email protected]<mailto:[email protected]>_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected]<mailto:[email protected]> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
