diff options
6 files changed, 4 insertions, 5 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 13f6ed0a..988dc40f 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -15,8 +15,9 @@ following features are enabled: * Policy management * VNF/PNF management -* OCLIP SNMP profile support -* OCLIP CLI verification support +* OCLIP SNMP profile support (get command) +* OCLIP CLI verification support (--verify) +* Portal CLI application is enabled for all users. Similar to earlier release, user can perform customer, subscription, cloud and tenant management only by using CLI as portal does not support. diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/.gitkeep b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/.gitkeep deleted file mode 100644 index 8b137891..00000000 --- a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/.gitkeep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/products/onap-beijing/features/aai/src/test/resources/open-cli-sample/pnf/.gitkeep b/products/onap-beijing/features/aai/src/test/resources/open-cli-sample/pnf/.gitkeep deleted file mode 100644 index 8b137891..00000000 --- a/products/onap-beijing/features/aai/src/test/resources/open-cli-sample/pnf/.gitkeep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/products/onap-beijing/features/appc/src/main/resources/open-cli-sample/.gitkeep b/products/onap-beijing/features/appc/src/main/resources/open-cli-sample/.gitkeep deleted file mode 100644 index e69de29b..00000000 --- a/products/onap-beijing/features/appc/src/main/resources/open-cli-sample/.gitkeep +++ /dev/null diff --git a/products/onap-beijing/features/appc/src/main/resources/open-cli-schema/.gitkeep b/products/onap-beijing/features/appc/src/main/resources/open-cli-schema/.gitkeep deleted file mode 100644 index e69de29b..00000000 --- a/products/onap-beijing/features/appc/src/main/resources/open-cli-schema/.gitkeep +++ /dev/null diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index 933b8c1d..ae464f32 100644 --- a/profiles/snmp/pom.xml +++ b/profiles/snmp/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> |