do not enable radosgw in the wizard

Change-Id: Icd95874acbe7335a08eb5a4732392618e57718b4
This commit is contained in:
Dmitry Borodaenko 2013-10-20 15:35:08 -07:00
parent c0cdcb8141
commit 7aaa1c321d
1 changed files with 0 additions and 3 deletions

View File

@ -428,9 +428,6 @@ function(require, utils, models, simpleMessageTemplate, createClusterWizardTempl
}
if (this.$('input[name=glance]:checked').val() == 'ceph' && storageSettings.images_ceph) {
storageSettings.images_ceph.value = true;
if (storageSettings.objects_ceph) {
storageSettings.objects_ceph.value = true;
}
}
}
} catch(e) {