Kobi Samoray 06bfe48b6d Skip QoS update while creating network during init
Metadata initialization includes the creation of an internal network
which is done only once.
Yet, this breaks when QoS update is called, as QoS neutron method
doesn't work before init is complete.
As QoS is not really needed for the internal metadata network, it
can be skipped, until init is complete.

Change-Id: I057367503853df0b692098f1e170e335e7e79b9e
2016-06-26 14:08:34 +03:00
..