Update the community page.

Change-Id: Ic4b282863f2dc31266947c3c85911d5ca24a3866
This commit is contained in:
wangfaxin 2019-12-12 15:40:10 +08:00
parent 2185a4e104
commit fb956c2ad4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class FuelLibraryModulesProvider(object):
self.review = review
@classmethod
def from_environment_vars(cls, endpoint='https://review.openstack.org'):
def from_environment_vars(cls, endpoint='https://review.opendev.org'):
review = GerritClient(endpoint,
project=settings.GERRIT_PROJECT,
branch=settings.GERRIT_BRANCH,