Comment 2 for bug 1435597

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (master)

Reviewed: https://review.openstack.org/167010
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=923f1b226378014657b028f6e4785cd18b3f1b45
Submitter: Jenkins
Branch: master

commit 923f1b226378014657b028f6e4785cd18b3f1b45
Author: Dolph Mathews <email address hidden>
Date: Mon Mar 23 21:05:33 2015 +0000

    Remove support for ~/.openstack_deploy/

    The README documents support for housing openstack_deploy/ in an
    unprivildged user's home directory, but then the script for creating
    openstack-ansible immediately requires root privileges, meaning that you
    can't setup openstack_deploy/ in an unpriviledged user's home dir at
    all.

    This removes support for the feature instead of trying to fix it,
    because I don't see a use case in keeping it, and there are many
    additional fixed references to /etc/keystone_deploy/ that would have to
    be made dynamic.

    Change-Id: I19c6a568d1d52c33b3c13e9c007ca59e44d8c1dd
    Closes-Bug: 1435597