test if project_id is not None when looking for subnets
Created by: n-pochet
Test if project_id
is not None
in order to not filter the subnet results when it is not necessary.
It addresses a warning that was raised (and explained in Issue #11 (closed)) because no subnet was found. It fixes that issue.