introduce a new API for generating licenses from candlepin creds

This commit is contained in:
Ryan Petrello
2019-08-30 14:38:57 -04:00
parent 04f458c007
commit 29fd399b06
3 changed files with 46 additions and 29 deletions

View File

@@ -147,6 +147,7 @@ from awx.api.views.root import ( # noqa
ApiV2RootView,
ApiV2PingView,
ApiV2ConfigView,
ApiV2SubscriptionView,
)