diff --git a/README.rst b/README.rst index 27a3eef..a5e3a81 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ editor. You will want to customize several settings: And enable it in Horizon:: - cp ../spanner/_50_spanner.py.example openstack_dashboard/local/enabled/_50_spanner.py + cp ../spanner/_99_spanner.py.example openstack_dashboard/local/enabled/_99_spanner.py Starting the app diff --git a/_50_spanner.py.example b/_99_spanner.py.example similarity index 100% rename from _50_spanner.py.example rename to _99_spanner.py.example