Merge "Stop shipping broken openrc in vagrant"

This commit is contained in:
Jenkins 2016-03-13 23:06:33 +00:00 committed by Gerrit Code Review
commit 8407c8a95a
3 changed files with 2 additions and 23 deletions

View File

@ -117,17 +117,6 @@ scp_if_ssh=True
EOF
chown vagrant: ~vagrant/.ansible.cfg
# The openrc file.
cat > ~vagrant/openrc <<EOF
export OS_AUTH_URL="${ADMIN_PROTOCOL}://${SUPPORT_NODE}:35357/v3"
export OS_USERNAME=admin
export OS_PASSWORD=password
export OS_TENANT_NAME=admin
export OS_VOLUME_API_VERSION=3
export OS_USER_DOMAIN_ID=default
EOF
chown vagrant: ~vagrant/openrc
mkdir -p /etc/kolla/config/nova/
cat > /etc/kolla/config/nova/nova-compute.conf <<EOF
[libvirt]

View File

@ -91,17 +91,6 @@ scp_if_ssh=True
EOF
chown vagrant: ~vagrant/.ansible.cfg
# The openrc file.
cat > ~vagrant/openrc <<EOF
export OS_AUTH_URL="${ADMIN_PROTOCOL}://${SUPPORT_NODE}:35357/v3"
export OS_USERNAME=admin
export OS_PASSWORD=password
export OS_TENANT_NAME=admin
export OS_VOLUME_API_VERSION=3
export OS_USER_DOMAIN_ID=default
EOF
chown vagrant: ~vagrant/openrc
mkdir -p /etc/kolla/config/nova/
cat > /etc/kolla/config/nova/nova-compute.conf <<EOF
[libvirt]

View File

@ -130,7 +130,8 @@ Deploy multinode with::
Validate OpenStack is operational::
source ~/openrc
kolla-ansible post-deploy
source /etc/kolla/admin-openrc.sh
openstack user list
Or navigate to http://10.10.10.254/ with a web browser.