Don't download fedora-user as part of --all build

fedora-user is an optional image that is only used for testing the
deployed overcloud.  We shouldn't force everyone to download it as
part of the --all build when in many cases it won't be needed.  The
option to download it is left in the client though so it can still
be easily retrieved when necessary.

Change-Id: I3ea6ad911a6ee411f19379060da127ef0a6e75e3
This commit is contained in:
Ben Nemec 2015-10-14 16:17:19 +00:00
parent e7829bc661
commit 017cb65bea
2 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ class TestOvercloudImageBuild(TestPluginV1):
self.assertEqual(1, self.mock_ramdisk_image_create.call_count)
self.assertEqual(2, self.mock_disk_image_create.call_count)
self.assertEqual(1, mock_fedora_user.call_count)
@mock.patch('subprocess.call', autospec=True)
@mock.patch('os.path.isfile', autospec=True)

View File

@ -508,7 +508,6 @@ class BuildOvercloudImage(command.Command):
self._build_image_ramdisk_deploy(parsed_args)
self._build_image_ramdisk_agent(parsed_args)
self._build_image_overcloud_full(parsed_args)
self._build_image_fedora_user(parsed_args)
else:
for image_type in parsed_args.image_types:
{