Merge "Fix bug in barbican-plugin-grenade"
This commit is contained in:
commit
1251948699
@ -78,6 +78,7 @@ function destroy {
|
||||
barbican secret delete $(resource_get barbican secret_link)
|
||||
local user_id=$(resource_get barbican user_id)
|
||||
local project_id=$(resource_get barbican project_id)
|
||||
source $TOP_DIR/openrc admin admin
|
||||
openstack user delete $user_id
|
||||
openstack project delete $project_id
|
||||
}
|
||||
|
@ -12,7 +12,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
# shutdown barbican service
|
||||
set -o errexit
|
||||
|
||||
source $GRENADE_DIR/grenaderc
|
||||
source $GRENADE_DIR/functions
|
||||
|
Loading…
Reference in New Issue
Block a user