Skip to content

Commit

Permalink
Add oslo.privsep to config-generator list
Browse files Browse the repository at this point in the history
We recently exposed the privsep opts for config generator use, so
projects that depend on oslo.privsep should include them in their
sample configs.

Change-Id: I01606fc921d7ca2e581ac987f6b8d331631278e2
  • Loading branch information
cybertron committed Mar 1, 2019
1 parent 4db0f5b commit 8efb0c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions etc/zun/zun-config-generator.conf
Expand Up @@ -10,5 +10,6 @@ namespace = oslo.log
namespace = oslo.messaging
namespace = oslo.middleware.cors
namespace = oslo.policy
namespace = oslo.privsep
namespace = oslo.service.periodic_task
namespace = oslo.service.service
2 changes: 1 addition & 1 deletion lower-constraints.txt
Expand Up @@ -80,7 +80,7 @@ oslo.log==3.36.0
oslo.messaging==5.29.0
oslo.middleware==3.31.0
oslo.policy==1.30.0
oslo.privsep==1.23.0
oslo.privsep==1.32.0
oslo.serialization==2.18.0
oslo.service==1.24.0
oslo.upgradecheck==0.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -18,7 +18,7 @@ oslo.config>=5.2.0 # Apache-2.0
oslo.messaging>=5.29.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0
oslo.policy>=1.30.0 # Apache-2.0
oslo.privsep>=1.23.0 # Apache-2.0
oslo.privsep>=1.32.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
oslo.versionedobjects>=1.31.2 # Apache-2.0
Expand Down

0 comments on commit 8efb0c3

Please sign in to comment.