From d6c4507848ae43e765654741fbf2c3d56c132ca4 Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Mon, 22 Aug 2016 14:59:10 -0500 Subject: [PATCH] use same password as ciao ansible setup examples --- source/ciao-cluster-setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ciao-cluster-setup.rst b/source/ciao-cluster-setup.rst index f6d5b7ef..42cbb4a5 100644 --- a/source/ciao-cluster-setup.rst +++ b/source/ciao-cluster-setup.rst @@ -156,10 +156,10 @@ up Keystone services can be found at the `OpenStack developer`_ website. We need a few configuration points. For example::: $ openstack service create --name ciao compute - $ openstack user create --password hello csr + $ openstack user create --password secret csr $ openstack role add --project service --user csr admin $ openstack project create --description "Demostration Tenant Project" demo - $ openstack user create --password giveciaoatry demo + $ openstack user create --password secret demo $ openstack role add --project demo --user demo user This adds a ciao compute service, a keystone user and project for the