~corey.bryant/openstack-charm-testing/neutron-for-nova

« back to all changes in this revision

Viewing changes to novarc

  • Committer: James Page
  • Date: 2014-02-27 15:35:17 UTC
  • Revision ID: james.page@ubuntu.com-20140227153517-pev9nire1bc1z72j
Add ssl only options, update config and novarc to use OS_AUTH_PROTOCOL for http/https

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
1
2
export OS_USERNAME=admin
2
3
export OS_PASSWORD=openstack
3
4
export OS_TENANT_NAME=admin
4
5
export OS_REGION_NAME=RegionOne
5
 
export OS_AUTH_URL=https://`juju-deployer -f keystone`:5000/v2.0
 
6
export OS_AUTH_URL=${OS_AUTH_PROTOCOL:-http}://`juju-deployer -f keystone`:5000/v2.0