Rename the new images method to a slightly better name

This commit is contained in:
Joseph Schorr 2015-04-24 16:37:37 -04:00
parent e70343d849
commit 31260d50f5
3 changed files with 5 additions and 4 deletions

View file

@ -1752,7 +1752,7 @@ def get_matching_repository_images(namespace_name, repository_name, docker_image
return _get_repository_images_base(namespace_name, repository_name, modify_query)
def get_repository_images_directly(repository, with_ancestor=None):
def get_repository_images_without_placements(repository, with_ancestor=None):
query = (Image
.select(Image, ImageStorage)
.join(ImageStorage)