Include networks in the config_hash.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
0810eeba10
commit
e551988616
6 changed files with 19 additions and 10 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue