From ffa893ed56507c3a7604ffb380a1571baf949392 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 25 Sep 2020 14:51:59 -0500 Subject: Service: Be consistent with namespace naming --- doc/service.rst | 2 +- yang-modules/adelie-services.yang | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/service.rst b/doc/service.rst index 7770586..162b168 100644 --- a/doc/service.rst +++ b/doc/service.rst @@ -114,7 +114,7 @@ Python API ========== The service management module is loaded as any other NETCONF APK module. -It implements the ``http://adelielinux.org/ns/netconf/service`` namespace. +It implements the ``http://netconf.adelielinux.org/ns/service`` namespace. Other modules access the service management Python API by retrieving a handle to the module implementing that namespace, and then calling well- defined methods on it. diff --git a/yang-modules/adelie-services.yang b/yang-modules/adelie-services.yang index 60761d3..39a2fae 100644 --- a/yang-modules/adelie-services.yang +++ b/yang-modules/adelie-services.yang @@ -1,6 +1,6 @@ module adelie-services { yang-version 1.1; - namespace 'https://netconf.adelielinux.org/ns/services'; + namespace 'http://netconf.adelielinux.org/ns/service'; prefix svcs; import ietf-yang-types { -- cgit v1.2.3-70-g09d2