Comment 33 for bug 1349702

Revision history for this message
Ihor Kalnytskyi (ikalnytskyi) wrote :

Vitaly,

> How are the new fields different from these: ...

Please read my comment above. I said how they are differ: they are directly related to the settings in neutron_config dict. It'd be super strange to setup internal and external networks in different places at once. DVR or L2 are kind separated things, while we have internal and external network setup on Network tab. If we want to have good UX, we have to put names for these networks in the same section where the networks are setup (Network tab, where the CIDR/ranges are configures for those networks).

> We already have lots of network settings in the cluster attributes

And that's not good that we have network settings in different places. They should be at one place, not everywhere in the code.

> please check out the latest master - in the last few days there were significant changes to the network and settings tab

1. Few days? These names have became a part of neutron_config few weeks ago. So you even doesn't have possibility to

2. Anyway, we shouldn't design backend keeping in mind that Web UI is only consumer. And again, the network names have been put to neutron_config, because neutron_config has other *network* stuff like cidr/ranges/etc.