Skip to content

Commit 4e17005

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Add oslo.policy to lib/oslo and stackrc"
2 parents 95f9a7f + 20b027b commit 4e17005

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

lib/oslo

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ GITDIR["oslo.i18n"]=$DEST/oslo.i18n
3131
GITDIR["oslo.log"]=$DEST/oslo.log
3232
GITDIR["oslo.messaging"]=$DEST/oslo.messaging
3333
GITDIR["oslo.middleware"]=$DEST/oslo.middleware
34+
GITDIR["oslo.policy"]=$DEST/oslo.policy
3435
GITDIR["oslo.rootwrap"]=$DEST/oslo.rootwrap
3536
GITDIR["oslo.serialization"]=$DEST/oslo.serialization
3637
GITDIR["oslo.utils"]=$DEST/oslo.utils
@@ -65,6 +66,7 @@ function install_oslo {
6566
_do_install_oslo_lib "oslo.log"
6667
_do_install_oslo_lib "oslo.messaging"
6768
_do_install_oslo_lib "oslo.middleware"
69+
_do_install_oslo_lib "oslo.policy"
6870
_do_install_oslo_lib "oslo.rootwrap"
6971
_do_install_oslo_lib "oslo.serialization"
7072
_do_install_oslo_lib "oslo.utils"

stackrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,10 @@ GITBRANCH["oslo.messaging"]=${OSLOMSG_BRANCH:-master}
346346
GITREPO["oslo.middleware"]=${OSLOMID_REPO:-${GIT_BASE}/openstack/oslo.middleware.git}
347347
GITBRANCH["oslo.middleware"]=${OSLOMID_BRANCH:-master}
348348

349+
# oslo.policy
350+
GITREPO["oslo.policy"]=${OSLOPOLICY_REPO:-${GIT_BASE}/openstack/oslo.policy.git}
351+
GITBRANCH["oslo.policy"]=${OSLOPOLICY_BRANCH:-master}
352+
349353
# oslo.rootwrap
350354
GITREPO["oslo.rootwrap"]=${OSLORWRAP_REPO:-${GIT_BASE}/openstack/oslo.rootwrap.git}
351355
GITBRANCH["oslo.rootwrap"]=${OSLORWRAP_BRANCH:-master}

tests/test_libs_from_pypi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ for i in $TOP/lib/*; do
2929
fi
3030
done
3131

32-
ALL_LIBS="python-novaclient oslo.config pbr oslo.context python-troveclient python-keystoneclient taskflow oslo.middleware pycadf python-glanceclient python-ironicclient tempest-lib oslo.messaging oslo.log cliff python-heatclient stevedore python-cinderclient glance_store oslo.concurrency oslo.db oslo.vmware keystonemiddleware oslo.serialization python-saharaclient django_openstack_auth python-openstackclient oslo.rootwrap oslo.i18n python-ceilometerclient oslo.utils python-swiftclient python-neutronclient tooz ceilometermiddleware"
32+
ALL_LIBS="python-novaclient oslo.config pbr oslo.context python-troveclient python-keystoneclient taskflow oslo.middleware pycadf python-glanceclient python-ironicclient tempest-lib oslo.messaging oslo.log cliff python-heatclient stevedore python-cinderclient glance_store oslo.concurrency oslo.db oslo.vmware keystonemiddleware oslo.serialization python-saharaclient django_openstack_auth python-openstackclient oslo.rootwrap oslo.i18n python-ceilometerclient oslo.utils python-swiftclient python-neutronclient tooz ceilometermiddleware oslo.policy"
3333

3434
# Generate the above list with
3535
# echo ${!GITREPO[@]}

0 commit comments

Comments
 (0)