documentation: fix mismatch in description and example quoted
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
congress |
Fix Released
|
Undecided
|
Shiv Haris |
Bug Description
diff --git a/doc/source/
index b10e769..0f96f8d 100644
--- a/doc/source/
+++ b/doc/source/
@@ -71,7 +71,7 @@ provide a unique name (the name you will use in policy to refer to the service),
name of the datasource driver you want to use, and additional connection details
needed by your service (such as an IP and a username/password).
-For example, using the Congress CLI, you can create a datasource named 'neutron' using the
+For example, using the Congress CLI, you can create a datasource named 'neutron_test' using the
'neutronv2' driver::
$ openstack congress datasource create <driver_name> <datasource_name>
Changed in congress: | |
milestone: | none → liberty-rc2 |
status: | Fix Committed → Fix Released |
Fix is as in described in description