
These patches removes the option to set the device name of the attached storage from the UI and backend. Daniel Henrique Barboza (2): guest-storage-add: removing "Storage Name" field guest-storage-add: removing "Storage Name" backend support docs/API.md | 1 - po/de_DE.po | 10 --------- po/en_US.po | 8 -------- po/es_ES.po | 10 --------- po/fr_FR.po | 10 --------- po/it_IT.po | 10 --------- po/ja_JP.po | 10 --------- po/kimchi.pot | 8 -------- po/ko_KR.po | 9 -------- po/pt_BR.po | 10 --------- po/ru_RU.po | 10 --------- po/zh_CN.po | 8 -------- po/zh_TW.po | 8 -------- src/kimchi/API.json | 6 ------ src/kimchi/i18n.py | 2 -- src/kimchi/mockmodel.py | 9 ++------ src/kimchi/model/vmstorages.py | 33 ++++++++++++------------------ tests/test_model.py | 5 ----- tests/test_rest.py | 14 ++++++------- ui/js/src/kimchi.guest_storage_add.main.js | 7 +++---- ui/pages/guest-storage-add.html.tmpl | 17 ++++----------- 21 files changed, 28 insertions(+), 177 deletions(-) -- 1.8.3.1