From 7a4388b95f50dc726a56217543175c328942492b Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Wed, 19 Apr 2023 15:59:37 -0700 Subject: [PATCH] Fix gitreview; Minor update to readme Fixes .gitreview file to point to proper repo location. This removes an old link to internap, and slightly improves the readme. This likely needs more help, but merging a change will cause the github mirror for this repo to sync; which is a needed operation right now. Change-Id: I8d988040cd14a6f7c874ec7592cffd7787b9948b --- .gitreview | 2 +- README.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitreview b/.gitreview index 0fdf122..018eb4f 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.opendev.org port=29418 -project=x/virtualpdu.git +project=openstack/virtualpdu.git diff --git a/README.rst b/README.rst index 59355b5..45ed50e 100644 --- a/README.rst +++ b/README.rst @@ -5,9 +5,9 @@ virtualpdu VirtualPDU is a service for simulating virtual power distribution outlets (PDUs). -virtualpdu is licensed under the Apache License like the rest of OpenStack. +This software is intended for CI and development use only. Please do not run +VirtualPDU in a production environment for any reason. * Free software: Apache license, Version 2.0 -* Source: http://git.openstack.org/cgit/openstack/virtualpdu +* Source: http://opendev.org/openstack/virtualpdu * Bugs: http://bugs.launchpad.net/virtualpdu -* Container version: https://github.com/internap/virtualpdu-container