What is the default username and password for keystone in OpenStackInstaller?
After a bit of looking around I finally looked at the keystone-services.sh file which specifies the user name and password clear as day:
keystone --os-username=admin --os-password=openstack --os-auth-url=http://localhost:35357/v2.0 token-get
keystone --os-username=admin --os-password=openstack --os-auth-url=http://localhost:35357/v2.0 token-get