2900N/AIn-house patch to the sample_data.sh script installed in
2900N/A/usr/demo/openstack/keystone in order to support all of the standard
6033N/A--- keystone-2015.1.2/tools/sample_data.sh.~2~ 2016-02-07 01:41:04.218073379 -0800
6033N/A+++ keystone-2015.1.2/tools/sample_data.sh 2016-02-07 01:44:19.119595020 -0800
6033N/A # keystone.conf if available.
6033N/A-# One can override these (publicly known, and hence, insecure) passwords by setting the appropriate
2900N/A KEYSTONE_CONF=${KEYSTONE_CONF:-/etc/keystone/keystone.conf}
2900N/A- CONFIG_SERVICE_TOKEN=$(sed 's/[[:space:]]//g' $KEYSTONE_CONF | grep ^admin_token= | cut -d'=' -f2)
6033N/A- CONFIG_SERVICE_TOKEN=$(sed 's/[[:space:]]//g' $KEYSTONE_CONF | grep ^\#admin_token= | cut -d'=' -f2)
2900N/A- CONFIG_ADMIN_PORT=$(sed 's/[[:space:]]//g' $KEYSTONE_CONF | grep ^admin_port= | cut -d'=' -f2)
6033N/A- CONFIG_ADMIN_PORT=$(sed 's/[[:space:]]//g' $KEYSTONE_CONF | grep ^\#admin_port= | cut -d'=' -f2)
4070N/A- --publicurl "http://$CONTROLLER_PUBLIC_ADDRESS:8774/v2/\$(tenant_id)s" \
4070N/A- --adminurl "http://$CONTROLLER_ADMIN_ADDRESS:8774/v2/\$(tenant_id)s" \
6033N/A- --internalurl "http://$CONTROLLER_INTERNAL_ADDRESS:8774/v2/\$(tenant_id)s" \
4070N/A+ --publicurl "http://$NOVA_PUBLIC_ADDRESS:8774/v2/\$(tenant_id)s" \
4070N/A+ --adminurl "http://$NOVA_ADMIN_ADDRESS:8774/v2/\$(tenant_id)s" \
6033N/A+ --internalurl "http://$NOVA_INTERNAL_ADDRESS:8774/v2/\$(tenant_id)s" \
2900N/A- --publicurl "http://$CONTROLLER_PUBLIC_ADDRESS:8776/v1/\$(tenant_id)s" \
2900N/A- --adminurl "http://$CONTROLLER_ADMIN_ADDRESS:8776/v1/\$(tenant_id)s" \
6033N/A- --internalurl "http://$CONTROLLER_INTERNAL_ADDRESS:8776/v1/\$(tenant_id)s" \
2900N/A+ --publicurl "http://$CINDER_PUBLIC_ADDRESS:8776/v1/\$(tenant_id)s" \
2900N/A+ --adminurl "http://$CINDER_ADMIN_ADDRESS:8776/v1/\$(tenant_id)s" \
6033N/A+ --internalurl "http://$CINDER_INTERNAL_ADDRESS:8776/v1/\$(tenant_id)s" \
6033N/A+ --publicurl "http://$CINDER_PUBLIC_ADDRESS:8776/v2/\$(tenant_id)s" \
6033N/A+ --adminurl "http://$CINDER_ADMIN_ADDRESS:8776/v2/\$(tenant_id)s" \
6033N/A+ --internalurl "http://$CINDER_INTERNAL_ADDRESS:8776/v2/\$(tenant_id)s" \
6033N/A- --publicurl "http://$CONTROLLER_PUBLIC_ADDRESS:9292" \
6033N/A- --adminurl "http://$CONTROLLER_ADMIN_ADDRESS:9292" \
6033N/A- --internalurl "http://$CONTROLLER_INTERNAL_ADDRESS:9292" \
6033N/A+ --publicurl "http://$GLANCE_PUBLIC_ADDRESS:9292" \
6033N/A+ --adminurl "http://$GLANCE_ADMIN_ADDRESS:9292" \
6033N/A+ --internalurl "http://$GLANCE_INTERNAL_ADDRESS:9292" \
2900N/A- --publicurl "http://$CONTROLLER_PUBLIC_ADDRESS:8773/services/Cloud" \
2900N/A- --adminurl "http://$CONTROLLER_ADMIN_ADDRESS:8773/services/Admin" \
6033N/A- --internalurl "http://$CONTROLLER_INTERNAL_ADDRESS:8773/services/Cloud" \
2900N/A+ --publicurl "http://$EC2_PUBLIC_ADDRESS:8773/services/Cloud" \
2900N/A+ --adminurl "http://$EC2_ADMIN_ADDRESS:8773/services/Admin" \
6033N/A+ --internalurl "http://$EC2_INTERNAL_ADDRESS:8773/services/Cloud" \
2900N/A- --publicurl "http://$CONTROLLER_PUBLIC_ADDRESS:8080/v1/AUTH_\$(tenant_id)s" \
2900N/A- --adminurl "http://$CONTROLLER_ADMIN_ADDRESS:8080/v1" \
6033N/A- --internalurl "http://$CONTROLLER_INTERNAL_ADDRESS:8080/v1/AUTH_\$(tenant_id)s" \
6033N/A+ "http://$SWIFT_PUBLIC_ADDRESS:8080/v1/AUTH_\$(tenant_id)s" \
6033N/A+ --adminurl "http://$SWIFT_ADMIN_ADDRESS:8080/v1" \
6033N/A+ "http://$SWIFT_INTERNAL_ADDRESS:8080/v1/AUTH_\$(tenant_id)s" \
6033N/A- --publicurl "http://$CONTROLLER_PUBLIC_ADDRESS:9696" \
6033N/A- --adminurl "http://$CONTROLLER_ADMIN_ADDRESS:9696" \
6033N/A- --internalurl "http://$CONTROLLER_INTERNAL_ADDRESS:9696" \
6033N/A+ --publicurl "http://$NEUTRON_PUBLIC_ADDRESS:9696" \
6033N/A+ --adminurl "http://$NEUTRON_ADMIN_ADDRESS:9696" \
6033N/A+ --internalurl "http://$NEUTRON_INTERNAL_ADDRESS:9696" \
6033N/A+ --publicurl "http://$HEAT_CFN_PUBLIC_ADDRESS:8000/v1" \
6033N/A+ --adminurl "http://$HEAT_CFN_ADMIN_ADDRESS:8000/v1" \
6033N/A+ --internalurl "http://$HEAT_CFN_INTERNAL_ADDRESS:8000/v1" \
6033N/A+ --publicurl "http://$HEAT_PUBLIC_ADDRESS:8004/v1/\$(tenant_id)s" \
6033N/A+ --adminurl "http://$HEAT_ADMIN_ADDRESS:8004/v1/\$(tenant_id)s" \
6033N/A+ --internalurl "http://$HEAT_INTERNAL_ADDRESS:8004/v1/\$(tenant_id)s" \
6033N/A+ --publicurl "http://$IRONIC_PUBLIC_ADDRESS:6385" \
6033N/A+ --adminurl "http://$IRONIC_ADMIN_ADDRESS:6385" \
6033N/A+ --internalurl "http://$IRONIC_INTERNAL_ADDRESS:6385" \