diff --git a/doc/local-files.html b/doc/local-files.html
index 2cf818ca2e..44decb3ab1 100644
--- a/doc/local-files.html
+++ b/doc/local-files.html
@@ -61,7 +61,7 @@
>Installation Guide for
openSUSE
Note: build locally with "mvn
- generate-sources -Doperating.system=zypper -Dprofile.os=opensuse".
+ generate-sources -Doperating.system=zypper -Dprofile.os='opensuse;sles'".
Configure and run an OpenStack cloud
diff --git a/tools/test.py b/tools/test.py
index 9206ea37f3..709c2a6a19 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -457,7 +457,7 @@ def build_book(book):
base_book = "install-guide (for openSUSE)"
output = subprocess.check_output(
["mvn", "generate-sources", "-B",
- "-Doperating.system=zypper", "-Dprofile.os=opensuse"],
+ "-Doperating.system=zypper", "-Dprofile.os=opensuse;sles"],
stderr=subprocess.STDOUT
)
# Build Ubuntu