updated repo pathing for new org

Change-Id: If8d7b1e0e21464fc876aadd1e851e731e38a877c
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2015-12-10 11:44:07 -06:00
parent 0120d89da1
commit bf5e9d4132
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
4 changed files with 74 additions and 0 deletions

62
.gitignore vendored Normal file
View File

@ -0,0 +1,62 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc
build/
dist/
doc/build/
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
.idea
.tox
*.sublime*
*.egg-info
Icon?
ehthumbs.db
Thumbs.db
.eggs
# User driven backup files #
############################
*.bak
# Generated by pbr while building docs
######################################
AUTHORS
ChangeLog
# Files created by releasenotes build
releasenotes/build
# Test temp files
tests/plugins

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/openstack-ansible-pip_lock_down.git

View File

@ -1,3 +1,8 @@
- name: plugins
src: https://github.com/os-cloud/openstack-ansible-plugins
path: ../../
scm: git
version: master
- name: pip_install
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
scm: git

View File

@ -7,3 +7,6 @@ action_plugins = ../../plugins/actions
library = ../../plugins/library
host_key_checking = False
[ssh_connection]
control_path = %(directory)s/%%h-%%r