aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'os_net_config/objects.py')
-rw-r--r--os_net_config/objects.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/os_net_config/objects.py b/os_net_config/objects.py
index 5fe6e49..a6d0c03 100644
--- a/os_net_config/objects.py
+++ b/os_net_config/objects.py
@@ -14,6 +14,11 @@
# License for the specific language governing permissions and limitations
# under the License.
+#
+# NOTE: When making changes to the object model, remember to also update
+# schema.yaml to reflect changes to the schema of config files!
+#
+
import logging
import netaddr
from oslo_utils import strutils