summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-09-25 14:51:59 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-09-25 14:51:59 -0500
commitffa893ed56507c3a7604ffb380a1571baf949392 (patch)
tree94e344c73b1676164a22de19db4acf48da1e5f96
parent83c1e1451d2cfac34cae4e4d7a9eb30a134436d0 (diff)
downloadnetconfapk-ffa893ed56507c3a7604ffb380a1571baf949392.tar.gz
netconfapk-ffa893ed56507c3a7604ffb380a1571baf949392.tar.bz2
netconfapk-ffa893ed56507c3a7604ffb380a1571baf949392.tar.xz
netconfapk-ffa893ed56507c3a7604ffb380a1571baf949392.zip
Service: Be consistent with namespace naming
-rw-r--r--doc/service.rst2
-rw-r--r--yang-modules/adelie-services.yang2
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 {