Re: [openstack-dev] [Fuel] [webui] Setting one dns server address in ui.

2015-01-21 Thread Vladimir Kuklin
Piotr, the easiest workaround is to patch neutron_subnet type to perform munge operation that uses uniq function somewhere here: https://github.com/stackforge/puppet-neutron/blob/master/lib/puppet/type/neutron_subnet.rb#L56-L60. We would also appreciate if you filed a bug to Fuel launchpad. On

[openstack-dev] [Fuel] [webui] Setting one dns server address in ui.

2015-01-21 Thread Skamruk, Piotr
Hi. In time of environment setup, there is a place in webui to provide dns servers addresses on network tab, in neutron l3 configuration. There is no way to set only one address. Setting same ip in both input fields is permitted by webui, but later, in time of deploy - neutron called from puppet

Re: [openstack-dev] [Fuel] [webui] Setting one dns server address in ui.

2015-01-21 Thread Skamruk, Piotr
On Wed, 2015-01-21 at 15:50 +0400, Vladimir Kuklin wrote: Piotr, the easiest workaround is to patch neutron_subnet type to perform munge operation that uses uniq function somewhere here: https://github.com/stackforge/puppet-neutron/blob/master/lib/puppet/type/neutron_subnet.rb#L56-L60. We