diff --git a/devstack/README.md b/devstack/README.md index 8d98457..4326a4a 100644 --- a/devstack/README.md +++ b/devstack/README.md @@ -18,10 +18,10 @@ Enable the plugin by adding the following section to ``$DEVSTACK_DIR/local.conf` [[local|localrc]] - enable_plugin picasso git@github.com:iron-io/picasso.git + enable_plugin picasso git@github.com:openstack/picasso.git # Picasso configuration - PICASSO_REPO=${PICASSO_REPO:-git@github.com:iron-io/picasso.git} + PICASSO_REPO=${PICASSO_REPO:-git@github.com:openstack/picasso.git} PICASSO_BRANCH=${PICASSO_BRANCH:-master} PICASSO_DIR=${PICASSO_DIR:-${DEST}/picasso} PICASSO_PORT=${PICASSO_PORT:-10001} @@ -29,7 +29,7 @@ Enable the plugin by adding the following section to ``$DEVSTACK_DIR/local.conf` PICASSO_LOG_FILE=${PICASSO_LOG_FILE:-/var/log/picasso-api.log} # Picasso client configuration - PICASSO_CLIENT_REPO=${PICASSO_CLIENT_REPO:-git@github.com:iron-io/python-picassoclient.git} + PICASSO_CLIENT_REPO=${PICASSO_CLIENT_REPO:-git@github.com:openstack/python-picassoclient.git} PICASSO_CLIENT_DIR=${PICASSO_CLIENT_DIR:-${DEST}/python-picassoclient} PICASSO_CLIENT_BRANCH=${PICASSO_CLIENT_BRANCH:-master} diff --git a/devstack/settings b/devstack/settings index 2f63571..9008d02 100644 --- a/devstack/settings +++ b/devstack/settings @@ -4,14 +4,14 @@ # Set up default directories # Picasso service configuration -PICASSO_REPO=${PICASSO_REPO:-git@github.com:iron-io/picasso.git} +PICASSO_REPO=${PICASSO_REPO:-git@github.com:openstack/picasso.git} PICASSO_BRANCH=${PICASSO_BRANCH:-master} PICASSO_DIR=${PICASSO_DIR:-${DEST}/picasso} PICASSO_PORT=${PICASSO_PORT:-10001} PICASSO_LOG_LEVEL=${PICASSO_LOG_LEVEL:-DEBUG} # Picasso client configuration -PICASSO_CLIENT_REPO=${PICASSO_CLIENT_REPO:-git@github.com:iron-io/python-picassoclient.git} +PICASSO_CLIENT_REPO=${PICASSO_CLIENT_REPO:-git@github.com:openstack/python-picassoclient.git} PICASSO_CLIENT_DIR=${PICASSO_CLIENT_DIR:-${DEST}/python-picassoclient} PICASSO_CLIENT_BRANCH=${PICASSO_CLIENT_BRANCH:-master} diff --git a/examples/openstack-alarms/README.md b/examples/openstack-alarms/README.md index 126e63a..418a3d8 100644 --- a/examples/openstack-alarms/README.md +++ b/examples/openstack-alarms/README.md @@ -21,10 +21,10 @@ Create a file, `$DEVSTACK_DIR/local.conf` with the following text: [[local|localrc]] enable_plugin aodh https://git.openstack.org/openstack/aodh -enable_plugin picasso git@github.com:iron-io/picasso.git +enable_plugin picasso git@github.com:openstack/picasso.git # Picasso configuration -PICASSO_REPO=${PICASSO_REPO:-git@github.com:iron-io/picasso.git} +PICASSO_REPO=${PICASSO_REPO:-git@github.com:openstack/picasso.git} PICASSO_BRANCH=${PICASSO_BRANCH:-master} PICASSO_DIR=${PICASSO_DIR:-${DEST}/picasso} PICASSO_PORT=${PICASSO_PORT:-10001} @@ -32,7 +32,7 @@ PICASSO_LOG_LEVEL=${PICASSO_LOG_LEVEL:-DEBUG} PICASSO_LOG_FILE=${PICASSO_LOG_FILE:-/var/log/picasso-api.log} # Picasso client configuration -PICASSO_CLIENT_REPO=${PICASSO_CLIENT_REPO:-git@github.com:iron-io/python-picassoclient.git} +PICASSO_CLIENT_REPO=${PICASSO_CLIENT_REPO:-git@github.com:openstack/python-picassoclient.git} PICASSO_CLIENT_DIR=${PICASSO_CLIENT_DIR:-${DEST}/python-picassoclient} PICASSO_CLIENT_BRANCH=${PICASSO_CLIENT_BRANCH:-master} diff --git a/setup.cfg b/setup.cfg index 94fac78..17375c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.md author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = https://github.com/iron-io/picasso +home-page = https://github.com/openstack/picasso classifier = Environment :: OpenStack Intended Audience :: Information Technology