Include networks in the config_hash.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-01-29 16:30:24 -05:00
commit e551988616
6 changed files with 19 additions and 10 deletions

View file

@ -832,7 +832,8 @@ class ProjectTest(DockerClientTestCase):
)
project = Project.from_config(
name='composetest',
config_data=config_data, client=self.client
config_data=config_data,
client=self.client
)
with self.assertRaises(config.ConfigurationError) as e:
project.initialize_volumes()