summaryrefslogtreecommitdiffstats
path: root/storage/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'storage/__init__.py')
-rw-r--r--storage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/__init__.py b/storage/__init__.py
index a7dc24513..14ab49d7f 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -735,7 +735,7 @@ class Storage(object):
if kwargs.has_key("name"):
name = kwargs.pop("name")
else:
- name = self.createSuggestedVGName(self.anaconda.id.network)
+ name = self.createSuggestedVGName(self.anaconda.network)
if name in [d.name for d in self.devices]:
raise ValueError("name already in use")